diff options
author | Ajay <[email protected]> | 2022-06-13 13:16:47 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-13 13:16:47 -0400 |
commit | 47220e0abc2cdb35324b5a6fedbc277efdcf50e2 (patch) | |
tree | f7191ab737b71e51dc36723e45c9b1600688ba83 /public/popup.css | |
parent | 9eec62d59f8074e06e93d862080dd6be64b12bbe (diff) | |
download | SponsorBlock-47220e0abc2cdb35324b5a6fedbc277efdcf50e2.tar.gz SponsorBlock-47220e0abc2cdb35324b5a6fedbc277efdcf50e2.zip |
Fix some popup buttons
Diffstat (limited to 'public/popup.css')
-rw-r--r-- | public/popup.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/popup.css b/public/popup.css index 54b69e1b..01142d6e 100644 --- a/public/popup.css +++ b/public/popup.css @@ -539,6 +539,11 @@ background: #444; } +#sponsorTimesDonateContainer a { + color: var(--sb-main-fg-color); + text-decoration: none; +} + /* * "Show Notice Again" button */ |