migrated mulish font and darkreader

This commit is contained in:
Aaron Qian 2022-11-14 00:05:03 -08:00 committed by Aaron Qian
parent 0379080b52
commit c2eb8245dc
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
28 changed files with 43 additions and 301 deletions

View file

@ -1,20 +0,0 @@
/* Note: No need to invert when the screen is small because the navbar is
collapsed to a hamburger menu. */
@media only screen and (min-width: 1200px) {
.dynamic-navbar .navbar-icon-svg-dark {
filter: invert(1);
};
}
@media only screen and (min-width: 1200px) {
.dropdown-menu-icons-only {
width: 25px;
min-width: 3rem;
}
}
.menu-icon-center {
display: block;
margin-left: auto;
margin-right: auto;
}