Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Francescopalermo authored Feb 22, 2024
2 parents 6083f58 + 628aa3c commit 637cd2b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/static/staticResources/css/commons.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,29 @@ a {
position: static;
}

.skip-link:focus {
outline: transparent solid 2px;
}

.skip-link {
display: inline-block;
padding: .375rem .75rem;
line-height: 1;
font-size: 1.25rem;
/* background-color: black; */
color: white;
}

.skip-link:not(:focus) {
height: 1px;
width: 1px;
overflow: hidden;
/* display: none; */
white-space: nowrap;
clip: rect(0 0 0 0);
clip-path: inset(50%);
}

body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
Expand Down

0 comments on commit 637cd2b

Please sign in to comment.