Fix mobile nav background color transparency

This commit is contained in:
Amy 2021-06-16 23:41:55 -04:00
parent 782ca53264
commit 36f655205a
1 changed files with 2 additions and 2 deletions

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)) {