You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/stylesheets/extra.css

36 lines
562 B

:root > * {
/* Footer */
--md-footer-bg-color: hsla(232, 54%, 41%, 1);
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
}
/*Change footnotes font size */
.md-typeset .footnote {
font-size: 12px;
}
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;
}
footer.sponsorship {
text-align: center;
hr {
display: inline-block;
vertical-align: middle;
}
}