removed sr-only class #16

This commit is contained in:
Adrian Rosin 2024-02-15 13:06:50 +01:00
parent 57eae6b835
commit 63176f8e97
1 changed files with 2 additions and 16 deletions

View File

@ -123,7 +123,7 @@ footer {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 999; /* Assure que le bouton est au-dessus du contenu */
z-index: 999;
}
.toggleable {
@ -136,7 +136,7 @@ footer {
display: none;
position: absolute;
top: 1rem;
right: 0; /* Position en haut à droite */
right: 0;
z-index: 99;
background-color: var(--day-background);
color: darkgreen;
@ -155,20 +155,6 @@ nav#menu{
right: 1rem;
}
/*.sr-only {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}*/
.icone > pre{
padding-top: 1rem;
color: black;