diff --git a/styles/youtube/catppuccin.user.css b/styles/youtube/catppuccin.user.css index de15ffbde8..230725171e 100644 --- a/styles/youtube/catppuccin.user.css +++ b/styles/youtube/catppuccin.user.css @@ -55,14 +55,14 @@ @crust: @catppuccin[@@lookup][@crust]; @accent-color: @catppuccin[@@lookup][@@accent]; @text-filter: @catppuccin[@@lookup][@text_filter]; - + @white: if(@lookup = latte, @base, @text); @black: if(@lookup = latte, @text, @base); color: @text; background: @base !important; color-scheme: if(@lookup = latte, light, dark); - + ::selection { background-color: fade(@accent-color, 30%); } @@ -388,7 +388,6 @@ .yt-page-navigation-progress { background: @accent-color !important; } - /* Selected chapter */ ytd-macro-markers-list-item-renderer { @@ -506,8 +505,9 @@ } /* verification badge */ - [src*="https://www.gstatic.com/images/icons/material/system/1x/check_circle_grey600_36dp.png"] { - filter: @text-filter + [src*="https://www.gstatic.com/images/icons/material/system/1x/check_circle_grey600_36dp.png"] + { + filter: @text-filter; } yt-icon.ytd-logo [fill="white"] { @@ -992,11 +992,11 @@ .profile-badge-view-model-wiz__badge-description { color: @text !important; } - + .profile-badge-view-model-wiz__badge-subtitle { color: @subtext0 !important; } - + .yt-profile-identity-info-view-model-wiz__divider { border-color: @surface0 !important; }