Anonymous

User:Bluhen/Sandbox: Difference between revisions

From Elwiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 89: Line 89:


.grayscale {
.grayscale {
     background-color: white;
     background-color: grey;
     border: solid 2px grey;
     border-color: grey !important;
     color: grey;
     color: white;
 
}
}


.dark-mode .grayscale {
.dark-mode .grayscale {
     background-color: #D8d8d8;
     background-color: #D8d8d8;
     border: solid 2px #4e4e4e !important;
     border: solid 2px #4e4e4e;
     color: #4e4e4e;
     color: #4e4e4e;
}
}


.grayscale:hover {
.grayscale:hover {
     background-color: grey;
     background-color: white;
     border-color: grey !important;
     border: solid 2px grey !important;
     color: white;
     color: grey;
}
}


.dark-mode .grayscale:hover {
.dark-mode .grayscale:hover {
     background-color: #4e4e4e;
     background-color: #4e4e4e;
     border-color: #4e4e4e !important;
     border-color: #e8e8e8 !important;
     color: #e8e8e8;
     color: #e8e8e8;
}
}
ElEditors
8,317

edits