diff --git a/userContent-files/about_pages/healthreport.css b/userContent-files/about_pages/healthreport.css new file mode 100644 index 0000000..772b92a --- /dev/null +++ b/userContent-files/about_pages/healthreport.css @@ -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; +} \ No newline at end of file diff --git a/userContent_imports.css b/userContent_imports.css index 8622307..d6b3d52 100644 --- a/userContent_imports.css +++ b/userContent_imports.css @@ -24,6 +24,9 @@ @import "userContent-files/about_pages/url-classifier.css"; @import "userContent-files/about_pages/webrtc.css"; @import "userContent-files/about_pages/reader.css"; +@import "userContent-files/about_pages/healthreport.css"; + +