From b73b0a03c64f924a18594a18591abd718058e857 Mon Sep 17 00:00:00 2001 From: Rodolfo Ruiz Date: Thu, 5 Jun 2025 20:26:53 -0600 Subject: [PATCH] chore_ apply styles to default colors --- src/App.css | 18 ++---------------- src/index.css | 5 +++++ 2 files changed, 7 insertions(+), 16 deletions(-) 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;