22 lines
300 B
CSS
22 lines
300 B
CSS
.MuiTypography-root {
|
|
color: #00967f;
|
|
font-family: "Signika";
|
|
}
|
|
.MuiPaper-root {
|
|
color: #00967f;
|
|
}
|
|
|
|
.MuiButton-root {
|
|
background-color: #00967f;
|
|
}
|
|
.MuiButton-root:hover {
|
|
background-color: #00967f;
|
|
}
|
|
|
|
.card__bottom {
|
|
background-color: #00967f;
|
|
}
|
|
|
|
.MuiIconButton-root {
|
|
color: #00967f;
|
|
} |