Add support for about:healthreport #35
This commit is contained in:
parent
b1a72f011b
commit
b69d1e8c7f
|
@ -0,0 +1,23 @@
|
||||||
|
.headerContainer {
|
||||||
|
background: var(--grey-70) !important;
|
||||||
|
color: var(--primary-light-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.persistentHeader {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
|
@ -24,6 +24,9 @@
|
||||||
@import "userContent-files/about_pages/url-classifier.css";
|
@import "userContent-files/about_pages/url-classifier.css";
|
||||||
@import "userContent-files/about_pages/webrtc.css";
|
@import "userContent-files/about_pages/webrtc.css";
|
||||||
@import "userContent-files/about_pages/reader.css";
|
@import "userContent-files/about_pages/reader.css";
|
||||||
|
@import "userContent-files/about_pages/healthreport.css";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue