Skip to content

Commit

Permalink
fix(ytmusic-menu-download): change icon color and text color (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiedotcafe authored Jun 14, 2024
1 parent 94fd544 commit 60b639f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/frappe.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@ yt-formatted-string.style-scope.ytmusic-shelf-renderer
color: var(--ctp-text) !important;
}

yt-formatted-string.style-scope.ytmusic-menu-service-item-download-renderer
{
color: var(--ctp-text) !important;
}

yt-formatted-string.strapline.style-scope.ytmusic-shelf-renderer
{
color: var(--ctp-text) !important;
Expand Down Expand Up @@ -658,6 +663,11 @@ yt-icon.icon.style-scope.ytmusic-toggle-menu-service-item-renderer
fill: var(--ctp-accent) !important;
}

yt-icon.ytmusic-menu-service-item-download-renderer
{
fill: var(--ctp-accent) !important;
}

yt-formatted-string#label.style-scope.ytd-compact-link-renderer
{
color: var(--ctp-text) !important;
Expand Down
10 changes: 10 additions & 0 deletions src/latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@ yt-formatted-string.style-scope.ytmusic-shelf-renderer
color: var(--ctp-text) !important;
}

yt-formatted-string.style-scope.ytmusic-menu-service-item-download-renderer
{
color: var(--ctp-text) !important;
}

yt-formatted-string.strapline.style-scope.ytmusic-shelf-renderer
{
color: var(--ctp-text) !important;
Expand Down Expand Up @@ -658,6 +663,11 @@ yt-icon.icon.style-scope.ytmusic-toggle-menu-service-item-renderer
fill: var(--ctp-accent) !important;
}

yt-icon.ytmusic-menu-service-item-download-renderer
{
fill: var(--ctp-accent) !important;
}

yt-formatted-string#label.style-scope.ytd-compact-link-renderer
{
color: var(--ctp-text) !important;
Expand Down
10 changes: 10 additions & 0 deletions src/macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@ yt-formatted-string.style-scope.ytmusic-shelf-renderer
color: var(--ctp-text) !important;
}

yt-formatted-string.style-scope.ytmusic-menu-service-item-download-renderer
{
color: var(--ctp-text) !important;
}

yt-formatted-string.strapline.style-scope.ytmusic-shelf-renderer
{
color: var(--ctp-text) !important;
Expand Down Expand Up @@ -658,6 +663,11 @@ yt-icon.icon.style-scope.ytmusic-toggle-menu-service-item-renderer
fill: var(--ctp-accent) !important;
}

yt-icon.ytmusic-menu-service-item-download-renderer
{
fill: var(--ctp-accent) !important;
}

yt-formatted-string#label.style-scope.ytd-compact-link-renderer
{
color: var(--ctp-text) !important;
Expand Down
10 changes: 10 additions & 0 deletions src/mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,11 @@ yt-formatted-string.style-scope.ytmusic-shelf-renderer
color: var(--ctp-text) !important;
}

yt-formatted-string.style-scope.ytmusic-menu-service-item-download-renderer
{
color: var(--ctp-text) !important;
}

yt-formatted-string.strapline.style-scope.ytmusic-shelf-renderer
{
color: var(--ctp-text) !important;
Expand Down Expand Up @@ -658,6 +663,11 @@ yt-icon.icon.style-scope.ytmusic-toggle-menu-service-item-renderer
fill: var(--ctp-accent) !important;
}

yt-icon.ytmusic-menu-service-item-download-renderer
{
fill: var(--ctp-accent) !important;
}

yt-formatted-string#label.style-scope.ytd-compact-link-renderer
{
color: var(--ctp-text) !important;
Expand Down
10 changes: 10 additions & 0 deletions youtubemusic.tera
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,11 @@ yt-formatted-string.style-scope.ytmusic-shelf-renderer
color: var(--ctp-text) !important;
}

yt-formatted-string.style-scope.ytmusic-menu-service-item-download-renderer
{
color: var(--ctp-text) !important;
}

yt-formatted-string.strapline.style-scope.ytmusic-shelf-renderer
{
color: var(--ctp-text) !important;
Expand Down Expand Up @@ -646,6 +651,11 @@ yt-icon.icon.style-scope.ytmusic-toggle-menu-service-item-renderer
fill: var(--ctp-accent) !important;
}

yt-icon.ytmusic-menu-service-item-download-renderer
{
fill: var(--ctp-accent) !important;
}

yt-formatted-string#label.style-scope.ytd-compact-link-renderer
{
color: var(--ctp-text) !important;
Expand Down

0 comments on commit 60b639f

Please sign in to comment.