]> git.sev.monster Git - nightshift.git/commitdiff
(no commit message)
authords6 <git@ds6.pw>
Mon, 5 Feb 2018 03:43:25 +0000 (21:43 -0600)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2018 03:43:25 +0000 (21:43 -0600)
nightshift.css

index e35932c069b058e2eacdf4ac9c8023c130d2bc52..72c65063b43334730fc97742c2e0b74e3e82b1cb 100644 (file)
@@ -23,7 +23,7 @@ changes:
   - fixed striped tables and simplified detection for better coloring
 */
 
   - 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:) {
 /* */
 
 @-moz-document url-prefix(http://), url-prefix(https://), url-prefix(ftp://), url-prefix(file://), url-prefix(luakit:) {
 /* */
 
@@ -82,13 +82,14 @@ changes:
     --ns_visited:   var(--S_violet);
     --ns_linkhover: var(--S_orange);
     --ns_btnshine:  #404040;
     --ns_visited:   var(--S_violet);
     --ns_linkhover: var(--S_orange);
     --ns_btnshine:  #404040;
-    --ns_btnshade:  #;
 }
 
 /* globally set default colors and remove shadows */
 body,
 }
 
 /* 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;
     color: var(--S_base0) !important;
     border-color: var(--S_base00) !important;
     box-shadow: none !important;
@@ -349,7 +350,7 @@ body .video-annotations .annotation {
     background: rgba(0, 0, 0, 0.2) none !important;
 }
 
     background: rgba(0, 0, 0, 0.2) none !important;
 }
 
-/* * /
+/* uncomment for firefox, webkit * /
 }
 /* */
 
 }
 /* */
 
This page took 0.037894 seconds and 4 git commands to generate.