Skip to content

Commit

Permalink
4.2.9 yet another youtube logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rareshp committed Aug 3, 2024
1 parent e147845 commit 01f6704
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions YouTubeDeepDarkMaterial.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name YouTube DeepDark Material
@namespace github.com/RaitaroH/YouTube-DeepDark
@homepageURL https://github.com/RaitaroH/YouTube-DeepDark
@version 4.2.8
@version 4.2.9
@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
Expand Down Expand Up @@ -2081,7 +2081,13 @@
svg.ytd-consent-bump-v2-lightbox > g:nth-child(1) > g:nth-child(1) > path:nth-child(1),
/*2024-06-15*/
#yt-logo-updated_yt3 > g:nth-child(1) > path:nth-child(1),
#yt-logo-updated_yt4 > g:nth-child(1) > path:nth-child(1)
#yt-logo-updated_yt4 > g:nth-child(1) > path:nth-child(1),
/*2024-08-02*/
#yt-logo-updated-svg_yt1.external-icon svg#yt-logo-updated_yt1 > g:nth-child(1) > path:nth-child(1),
#yt-logo-updated-svg_yt2.external-icon svg#yt-logo-updated_yt2 > g:nth-child(1) > path:nth-child(1),
#yt-logo-updated-svg_yt3.external-icon svg#yt-logo-updated_yt3 > g:nth-child(1) > path:nth-child(1),
#yt-logo-updated-svg_yt4.external-icon svg#yt-logo-updated_yt4 > g:nth-child(1) > path:nth-child(1),
#yt-logo-updated-svg_yt5.external-icon svg#yt-logo-updated_yt5 > g:nth-child(1) > path:nth-child(1)
{
fill: var(--main-color) !important;
}
Expand All @@ -2090,7 +2096,13 @@
/*cookie version*/
g.ytd-consent-bump-v2-lightbox:nth-child(2) > g:nth-child(1) > *,
/*2024-06-15*/
ytd-topbar-logo-renderer.style-scope > a:nth-child(1) > div:nth-child(1) > ytd-logo:nth-child(1) > yt-icon:nth-child(1) > span:nth-child(1) > div:nth-child(1)
ytd-topbar-logo-renderer.style-scope > a:nth-child(1) > div:nth-child(1) > ytd-logo:nth-child(1) > yt-icon:nth-child(1) > span:nth-child(1) > div:nth-child(1),
/*204-08-03*/
#yt-logo-updated-svg_yt1.external-icon svg#yt-logo-updated_yt1 > g:nth-child(2),
#yt-logo-updated-svg_yt2.external-icon svg#yt-logo-updated_yt2 > g:nth-child(2),
#yt-logo-updated-svg_yt3.external-icon svg#yt-logo-updated_yt3 > g:nth-child(2),
#yt-logo-updated-svg_yt4.external-icon svg#yt-logo-updated_yt4 > g:nth-child(2),
#yt-logo-updated-svg_yt5.external-icon svg#yt-logo-updated_yt5 > g:nth-child(2)
{
fill: var(--main-text) !important;
}
Expand Down

0 comments on commit 01f6704

Please sign in to comment.