diff --git a/frontend/src/pages/LandingPage.css b/frontend/src/pages/LandingPage.css index ab104a3c..8ba4dfd6 100644 --- a/frontend/src/pages/LandingPage.css +++ b/frontend/src/pages/LandingPage.css @@ -2,15 +2,13 @@ .MuiButtonBase-root.MuiListItemButton-root.Mui-selected { background-color: #afafaf !important; /*font-weight: 900 !important;*/ - /*color: #23272f;*/ + color: #23272f; border: 1px solid #23272f; - border-radius: 4px; + border-radius: 16px; + margin: 1px; } -/* - * Landing Page Styles - */ - -.landing-root { +/**/ +* Landing Page Styles */ .landing-root { min-height: 100vh; width: 100vw; overflow: hidden;