Mobile Navbar #75

Merged
a258wang merged 17 commits from feat/navbar-mobile into main 2021-07-07 18:13:40 -04:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 36f655205a - Show all commits

View File

@ -21,7 +21,7 @@ body {
#4ed4b2 172.82%
);
/* used in mobile navbar background */
--gray-0-70: #79787846;
--gray-0-70: #787878b2;
}
/* FIXME: Dark theme is the same as light theme right now */
@ -42,7 +42,7 @@ body {
#4ed4b2 172.82%
);
/* used in mobile navbar background */
--gray-0-70: #79787846;
--gray-0-70: #787878b2;
}
@media only screen and (max-width: calc(425rem / 16)) {