Mobile Navbar #75

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

View File

@ -223,7 +223,7 @@
top: 0;
left: 0;
background-color: var(--gray-0-70);
background-color: var(--navbar-gray);
z-index: 20;
}
@ -306,7 +306,7 @@
margin: 0;
margin-left: calc(18rem / 16);
margin-bottom: calc(16rem / 16);
margin-bottom: calc(18rem / 16);
border-radius: 0;
background: none;

View File

@ -19,7 +19,7 @@ body {
#4ed4b2 172.82%
);
/* used in mobile navbar background */
--gray-0-70: #787878b2;
--navbar-gray: #787878b2;
color: var(--black);
font-family: "Poppins", "sans-serif";
@ -48,7 +48,7 @@ body {
#4ed4b2 172.82%
);
/* used in mobile navbar background */
--gray-0-70: #787878b2;
--navbar-gray: #787878b2;
}
h1,