Skip to content

Commit

Permalink
fix(download-promo-renderer): change background and text color (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiedotcafe authored Jun 14, 2024
1 parent 6bc924c commit 1334c04
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 @@ -602,6 +602,16 @@ ytmusic-search-suggestion
--iron-icon-fill-color: var(--ctp-accent) !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"]
{
background: none !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"] .promo-title.ytmusic-background-promo-renderer:not([hidden])
{
color: var(--ctp-text) !important;
}

ytmusic-search-box[is-bauhaus-sidenav-enabled] #suggestion-list.ytmusic-search-box
{
background: var(--ctp-mantle) !important;
Expand Down
10 changes: 10 additions & 0 deletions src/latte.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,16 @@ ytmusic-search-suggestion
--iron-icon-fill-color: var(--ctp-accent) !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"]
{
background: none !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"] .promo-title.ytmusic-background-promo-renderer:not([hidden])
{
color: var(--ctp-text) !important;
}

ytmusic-search-box[is-bauhaus-sidenav-enabled] #suggestion-list.ytmusic-search-box
{
background: var(--ctp-mantle) !important;
Expand Down
10 changes: 10 additions & 0 deletions src/macchiato.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,16 @@ ytmusic-search-suggestion
--iron-icon-fill-color: var(--ctp-accent) !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"]
{
background: none !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"] .promo-title.ytmusic-background-promo-renderer:not([hidden])
{
color: var(--ctp-text) !important;
}

ytmusic-search-box[is-bauhaus-sidenav-enabled] #suggestion-list.ytmusic-search-box
{
background: var(--ctp-mantle) !important;
Expand Down
10 changes: 10 additions & 0 deletions src/mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,16 @@ ytmusic-search-suggestion
--iron-icon-fill-color: var(--ctp-accent) !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"]
{
background: none !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"] .promo-title.ytmusic-background-promo-renderer:not([hidden])
{
color: var(--ctp-text) !important;
}

ytmusic-search-box[is-bauhaus-sidenav-enabled] #suggestion-list.ytmusic-search-box
{
background: var(--ctp-mantle) !important;
Expand Down
10 changes: 10 additions & 0 deletions youtubemusic.tera
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,16 @@ ytmusic-search-suggestion
--iron-icon-fill-color: var(--ctp-accent) !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"]
{
background: none !important;
}

ytmusic-background-promo-renderer[renderer-style="full-height"] .promo-title.ytmusic-background-promo-renderer:not([hidden])
{
color: var(--ctp-text) !important;
}

ytmusic-search-box[is-bauhaus-sidenav-enabled] #suggestion-list.ytmusic-search-box
{
background: var(--ctp-mantle) !important;
Expand Down

0 comments on commit 1334c04

Please sign in to comment.