From e14784539d8e159da17b67a6cca5333bc8501dd1 Mon Sep 17 00:00:00 2001 From: RaitaroHikami <19552720+RaitaroH@users.noreply.github.com> Date: Fri, 2 Aug 2024 07:08:00 +0000 Subject: [PATCH] 4.2.8 yet another new notif bell icon --- YouTubeDeepDarkMaterial.user.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/YouTubeDeepDarkMaterial.user.css b/YouTubeDeepDarkMaterial.user.css index f8c073f..a8a10e4 100644 --- a/YouTubeDeepDarkMaterial.user.css +++ b/YouTubeDeepDarkMaterial.user.css @@ -2,7 +2,7 @@ @name YouTube DeepDark Material @namespace github.com/RaitaroH/YouTube-DeepDark @homepageURL https://github.com/RaitaroH/YouTube-DeepDark -@version 4.2.7 +@version 4.2.8 @updateURL https://raw.githubusercontent.com/RaitaroH/YouTube-DeepDark/master/YouTubeDeepDarkMaterial.user.css @description Videos should only be watched in the dark. May the dark be kinder on thine eyes. (YouTube dark theme) @author RaitaroH @@ -3239,7 +3239,9 @@ /*bell icon itself*/ button.yt-icon-button:hover .yt-spec-icon-badge-shape--type-notification .yt-spec-icon-badge-shape__badge, /*2024-06-01 - why do they use a mask now*/ - div.yt-spec-icon-badge-shape.yt-spec-icon-badge-shape--type-notification div.yt-spec-icon-badge-shape__icon yt-icon yt-icon-shape.style-scope.yt-icon icon-shape.yt-spec-icon-shape div + div.yt-spec-icon-badge-shape.yt-spec-icon-badge-shape--type-notification div.yt-spec-icon-badge-shape__icon yt-icon yt-icon-shape.style-scope.yt-icon icon-shape.yt-spec-icon-shape div, + /*2024-08-01*/ + div.yt-spec-icon-badge-shape--type-notification > .yt-spec-icon-badge-shape__icon > yt-icon > span:nth-child(1) > div:nth-child(1) { color: var(--main-text) !important; }