Test darkmode

This commit is contained in:
cuom1999 2022-11-13 20:39:18 -06:00
parent 187206ba2b
commit c3d86ae28a
3 changed files with 28 additions and 1 deletions

View file

@ -721,6 +721,14 @@ math {
#nav-lang-icon:hover {
color: darkblue;
}
#nav-darkmode-icon {
cursor: pointer;
&:hover {
color: gray;
}
}
.dropdown {
border-radius: 4px;
border: 0.5px solid lightgray;