mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-24 11:49:02 -05:00
31 lines
484 B
CSS
31 lines
484 B
CSS
:root > * {
|
|
/* Footer */
|
|
--md-footer-bg-color: hsla(232, 54%, 41%, 1);
|
|
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
|
|
}
|
|
|
|
footer.sponsorship {
|
|
text-align: center;
|
|
|
|
hr {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
th {
|
|
color:white !important;
|
|
background-color:hsla(232, 54%, 41%, 1) !important;
|
|
font-weight: bold;
|
|
}
|
|
/* td a {
|
|
color: white !important;
|
|
} */
|
|
td a:hover {
|
|
color: red !important;
|
|
}
|
|
|
|
.md-content {
|
|
--md-typeset-a-color: #1372EB;
|
|
}
|