ShadowFox/userContent-files/about_pages/healthreport.css

27 lines
585 B
CSS
Raw Normal View History

2017-12-18 21:14:04 +00:00
@-moz-document url(about:healthreport) {
2017-12-18 19:47:57 +00:00
2017-12-18 21:14:04 +00:00
.headerContainer {
2018-02-15 01:46:15 +00:00
background: var(--primary-dark-color) !important;
2017-12-18 21:14:04 +00:00
color: var(--primary-light-color) !important;
}
2017-12-18 19:47:57 +00:00
2017-12-18 21:14:04 +00:00
.persistentHeader {
background-color: transparent !important;
}
2017-12-18 19:47:57 +00:00
2017-12-18 21:14:04 +00:00
body {
background: var(--primary-dark-color) !important;
color: var(--primary-light-color) !important;
}
.statsBoxSection-header {
color: var(--primary-accent-color) !important;
}
.statsBoxSection-content li,
.statsBoxSection-content li > .statsBoxSection-value{
color: var(--primary-light-color) !important;
}
2017-12-18 19:47:57 +00:00
}