From a464eafb689efa8abaa2a3a29fc922ad42dcfa3e Mon Sep 17 00:00:00 2001 From: RaitaroHikami Date: Tue, 3 Oct 2017 20:10:28 +0300 Subject: [PATCH] Update YouTubeDeepDarkMaterial.css 2.2.9 youtube changed global variable's selector, title links in sidepane fixed, author name fixed --- YouTubeDeepDarkMaterial.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/YouTubeDeepDarkMaterial.css b/YouTubeDeepDarkMaterial.css index 3c77e81..28ebf1c 100644 --- a/YouTubeDeepDarkMaterial.css +++ b/YouTubeDeepDarkMaterial.css @@ -3,7 +3,7 @@ /*For the new Material Design for YouTube*/ /*Theme made by RaitaroH @https://github.com/RaitaroH/YouTube-DeepDark*/ -/*2.2.8*/ +/*2.2.9*/ /*Main color variables*/ :root @@ -128,7 +128,7 @@ } /*Variable changes*/ - :not([style-scope]):not(.style-scope) + :not([style-scope]):not(.style-scope), html:not([style-scope]):not(.style-scope):not([color-exp]) *, html[color-exp]:not([style-scope]):not(.style-scope) { --yt-primary-color: var(--main-text) !important; --yt-primary-text-color: var(--main-text) !important; @@ -475,6 +475,11 @@ { color: var(--main-text) !important; } + #owner-name.ytd-video-owner-renderer a + { + color: var(--main-color) !important; + opacity: .9; + } /*Checkbox hover*/ ytd-playlist-add-to-option-renderer:hover #checkbox.paper-checkbox,#checkboxContainer.paper-checkbox:hover #checkbox.paper-checkbox @@ -1132,6 +1137,17 @@ color: var(--dimer-text) !important; } + /*Sidepane titles*/ + #guide-section-title a + { + color: var(--dimer-text) !important; + } + #guide-section-title a:hover + { + color: var(--main-color) !important; + } + + /*Autoplay text*/ #autoplay.ytd-compact-autoplay-renderer {