- fixed striped tables and simplified detection for better coloring
*/
-/* uncomment for firefox userStyle.css, webkit * /
+/* uncomment for firefox userStyle.css and some webkit implementations * /
@-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://), url-prefix(luakit:) {
/* */
--ns_visited: var(--S_violet);
--ns_linkhover: var(--S_orange);
--ns_btnshine: #404040;
- --ns_btnshade: #;
}
/* globally set default colors and remove shadows */
body,
-/* fix: google */
-body *:not([class="mn-dwn-arw"]) {
+/* fix: google
+ XXX: overrides some element colors we set later, eg headers
+ removing this fix also allows some site styles to override ours */
+body * { /* :not([class="mn-dwn-arw"]) { /* */
color: var(--S_base0) !important;
border-color: var(--S_base00) !important;
box-shadow: none !important;
background: rgba(0, 0, 0, 0.2) none !important;
}
-/* * /
+/* uncomment for firefox, webkit * /
}
/* */