diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-25 15:25:24 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-25 16:08:08 -0700 |
commit | e9b16ef71fc25f12e26da79392fa91ae30aabe5d (patch) | |
tree | 4052c356f3f1a2c18a75dbecd6405046024a00f8 /youtube/templates/channel.html | |
parent | 609244e34fed8cd2b27bddada266a3044709acf4 (diff) | |
download | yt-local-e9b16ef71fc25f12e26da79392fa91ae30aabe5d.tar.lz yt-local-e9b16ef71fc25f12e26da79392fa91ae30aabe5d.tar.xz yt-local-e9b16ef71fc25f12e26da79392fa91ae30aabe5d.zip |
Layout: Add themes
Diffstat (limited to 'youtube/templates/channel.html')
-rw-r--r-- | youtube/templates/channel.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html index 069e33b..ed04988 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -31,7 +31,7 @@ grid-auto-flow: column; justify-content:start; - background-color: #aaaaaa; + background-color: var(--interface-color); padding: 3px; padding-left: 6px; } @@ -44,7 +44,6 @@ padding-top: 8px; padding-bottom: 8px; padding-left: 6px; - background-color: #bababa; margin-bottom: 10px; } #number-of-results{ |