diff options
author | Ajay <[email protected]> | 2022-05-17 13:50:30 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-05-17 13:50:30 -0400 |
commit | bf3dcd97b88fd153324c968d0d92d901dd6e3882 (patch) | |
tree | 6cda24f4290cb42fa093cd1fafb5ef463703d123 | |
parent | 4d4689a19010a599868a86d21ec233bf669d1fb4 (diff) | |
download | SponsorBlock-bf3dcd97b88fd153324c968d0d92d901dd6e3882.tar.gz SponsorBlock-bf3dcd97b88fd153324c968d0d92d901dd6e3882.zip |
Fix time without skips
-rw-r--r-- | public/content.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css index c3c0d65b..027608bb 100644 --- a/public/content.css +++ b/public/content.css @@ -649,4 +649,6 @@ input::-webkit-inner-spin-button { #sponsorBlockDurationAfterSkips.ytm-time-display { padding-left: 4px; margin: 0px; + color: #fff; + opacity: .7; } |