chore_ apply styles to default colors

This commit is contained in:
Rodolfo Ruiz 2025-06-05 20:26:53 -06:00
parent f75f771329
commit b73b0a03c6
2 changed files with 7 additions and 16 deletions

View File

@ -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;
} */
}

View File

@ -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;