chore_ apply styles to default colors
This commit is contained in:
parent
f75f771329
commit
b73b0a03c6
18
src/App.css
18
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;
|
||||
} */
|
||||
}
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user