From 7ba67014dcfb874693c6ab6734223ff53b21cbc8 Mon Sep 17 00:00:00 2001 From: ds6 Date: Sun, 4 Feb 2018 21:43:25 -0600 Subject: [PATCH 1/1] --- nightshift.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nightshift.css b/nightshift.css index e35932c..72c6506 100644 --- a/nightshift.css +++ b/nightshift.css @@ -23,7 +23,7 @@ changes: - 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:) { /* */ @@ -82,13 +82,14 @@ changes: --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; @@ -349,7 +350,7 @@ body .video-annotations .annotation { background: rgba(0, 0, 0, 0.2) none !important; } -/* * / +/* uncomment for firefox, webkit * / } /* */ -- 2.47.0