Skip to content

Commit

Permalink
fix: page progress bar color not right #662
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Oct 24, 2024
1 parent f0bb94c commit e0773bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/deepDarkMaterialCSS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,9 @@ yt-pdg-buy-flow-header-renderer {
#title-background.ytd-pdg-comment-preview-renderer {
background-color: var(--hover-background) !important;
}
#progress.yt-page-navigation-progress {
background: var(--main-color) !important;
}
/*Progress bar*/
#progress {
background-color: var(--main-color) !important;
Expand Down

0 comments on commit e0773bd

Please sign in to comment.