diff --git a/src/App.css b/src/App.css index e1123f2..73c7a9c 100644 --- a/src/App.css +++ b/src/App.css @@ -58,7 +58,7 @@ .button-transparent { background-color: transparent !important; - color: black !important; + color: #26201AFF !important; border-radius: 16px !important; text-transform: uppercase !important; font-weight: 600 !important; @@ -69,18 +69,4 @@ .button-transparent:hover { background-color: #26201A !important; color: #fff !important; -} -/* -.button-transparent { - background-color: transparent !important; - color: black !important; - text-transform: uppercase !important; - font-weight: 600 !important; - padding-left: 24px !important; - padding-right: 24px !important; -} - -.button-transparent:hover { - background-color: #26201A !important; - color: #fff !important; -} */ \ No newline at end of file +} \ No newline at end of file diff --git a/src/index.css b/src/index.css index 3ca73c6..503cb3b 100644 --- a/src/index.css +++ b/src/index.css @@ -27,8 +27,13 @@ body { min-width: 320px; min-height: 100vh; display: block; + /* color: #26201A; */ } +/* .MuiTypography-root { + color: #26201A !important; +} */ + h1 { font-size: 3.2em; line-height: 1.1;