Skip to content

Commit

Permalink
fix: top bar icon fill
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamertz committed Nov 4, 2024
1 parent 642fe17 commit 41a377a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/youtube/rose-pine.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,10 @@
color: var(--main-color) !important;
}



/* top bar icon fix */
yt-icon#logo-icon .external-icon > svg > g:nth-child(1) path:nth-child(1) {
yt-icon#logo-icon path[fill="#FF0033"] {
fill: var(--main-color) !important;
}

Expand Down

0 comments on commit 41a377a

Please sign in to comment.