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