mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
FIX: #10 left and right sidebar hover color
This commit is contained in:
parent
c7803c4a08
commit
29c66858dd
1 changed files with 7 additions and 0 deletions
|
|
@ -61,6 +61,13 @@ document.styleSheets[0].insertRule(`
|
|||
order: unset !important;
|
||||
}`)
|
||||
|
||||
document.styleSheets[0].insertRule(`
|
||||
.main-navBar-navBar a:hover,
|
||||
.main-navBar-navBar a:hover span,
|
||||
.main-buddyFeed-activityMetadata a:hover {
|
||||
color: var(--spice-button) !important;
|
||||
}`)
|
||||
|
||||
document.styleSheets[0].insertRule(`
|
||||
.collection-collectionEntityHeroCard-likedSongs,
|
||||
.collection-collectionEntityHeroCard-likedSongs .main-cardHeader-link,
|
||||
|
|
|
|||
Loading…
Reference in a new issue