From a83c9179396ab33d313af20d736c140e4a6d784e Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:51:49 +0800 Subject: [PATCH] fix(youtube): patches for player controls (#155) --- styles/youtube/catppuccin.user.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/styles/youtube/catppuccin.user.css b/styles/youtube/catppuccin.user.css index 0e6c1f6..6eca54d 100644 --- a/styles/youtube/catppuccin.user.css +++ b/styles/youtube/catppuccin.user.css @@ -498,6 +498,36 @@ } } + .ytp-panel-menu { + color: @text; + + & .ytp-menuitem:not(:last-child) svg > path { + fill: @text; + } + + & .ytp-menuitem:last-child svg:last-child { + fill: @text; + } + } + + .ytp-svg-fill { + fill: @text; + } + + .ytp-right-controls { + svg path { + fill: @text !important; + } + } + + .ytp-time-current, + .ytp-time-separator, + .ytp-time-duration, + .ytp-menu-label-secondary, + .ytp-menuitem-label-count { + color: @subtext0; + } + .style-scope.ytd-thumbnail-overlay-toggle-button-renderer:hover { fill: @accent-Color !important; }