diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-07 23:06:25 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-07 23:06:25 -0500 |
commit | d899bc2df575a9e1ace0bed9c03143c95b09ee6d (patch) | |
tree | 868da3e8005a8ae24877fc19a1b0581ce45a0540 /youtube/static/watch.css | |
parent | 5329ecfd08af2c5a89836ef4e937632196a3fc40 (diff) | |
download | yt-local-d899bc2df575a9e1ace0bed9c03143c95b09ee6d.tar.lz yt-local-d899bc2df575a9e1ace0bed9c03143c95b09ee6d.tar.xz yt-local-d899bc2df575a9e1ace0bed9c03143c95b09ee6d.zip |
General theme: improve thumbnail-img
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r-- | youtube/static/watch.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index b873b5f..af445a4 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -430,6 +430,7 @@ label[for=options-toggle-cbox] { left: 0; top: 0; object-fit: cover; + background-color: var(--primary-background); } .length { |