From cea75b1aa9e12e87c2ade7172d6f2e4b392057f5 Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Thu, 10 Jun 2021 19:01:13 +1000 Subject: [PATCH] better goog colours --- manifest.json | 2 +- styles/google.com.css | 40 +++++++++++++++++++++++++++++++++++++--- updates.json | 4 ++++ 3 files changed, 42 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index c594834..482f5c1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "injections", - "version": "1.1", + "version": "1.2", "description": "misc CSS injections.", "icons": { "48": "icons/icon48.png", diff --git a/styles/google.com.css b/styles/google.com.css index d1c9954..f23545d 100644 --- a/styles/google.com.css +++ b/styles/google.com.css @@ -15,42 +15,76 @@ .sfbg, .yg51vc, .F9PbJd, + .k24kee, + .Cx1ZMc, .yDYNvb.lyLwlc, .kp-blk { + /* main page */ background: #37393f; color: #eaeaea; } .I6TXqe { + /* highlighted info sidebar */ background: #ced0d5; } .HsZQAe, .qIshu { + /* info sidebar separators */ border-bottom: 1px solid #37393f !important; } cite { + /* website main url */ color: #c9c9c9; } .k8XOCe, + .AvBz0e, .s75CSd { + /* suggested/related searches & video key moments */ background: #5e6168; color: #eaeaea; } - .MXl0lf { - background: #eaeaea; + .U1hlv { + /* video key moments */ + color: #eaeaea + } + .U5K4re { + /* video key moments arrow */ + border-bottom: 8px solid #5e6168; + } + .MXl0lf, + .pb5vrc { + /* view all videos */ + background: #52555b; + border: 1px solid #52555b; + } + .MXl0lf:hover { + /* view all videos */ + background: #484b51; + } + .wUrVib, + .EZRelc { + /* view all videos */ + color: #4183fc; } a, .WpKAof, a.fl:link, .WGvvNb { - color: #7982fd; + /* links */ + color: #4183fc; } a:visited { + /* visited links */ color: #a387e4; } .KFFQ0c .YfftMc, .KFFQ0c .YfftMc span, .KFFQ0c .YfftMc div, + .yXK7lf em, + .WZ8Tjf, + .uo4vr, .KFFQ0c .YfftMc a { + /* misc lil grey text */ color: #a7a7a7; } } \ No newline at end of file diff --git a/updates.json b/updates.json index 3bdba18..6a7a948 100644 --- a/updates.json +++ b/updates.json @@ -20,6 +20,10 @@ { "version": "1.1", "update_link": "https://github.com/italicsjenga/injections/releases/download/1.1/injections-1.1.xpi" + }, + { + "version": "1.2", + "update_link": "https://github.com/italicsjenga/injections/releases/download/1.2/injections-1.2.xpi" } ] }