diff options
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 a9f3ac9..48041a0 100644 --- a/youtube/templates/channel.html +++ b/youtube/templates/channel.html @@ -34,7 +34,7 @@ grid-auto-flow: column; justify-content:start; - background-color: #aaaaaa; + background-color: var(--interface-color); padding: 3px; padding-left: 6px; } @@ -47,7 +47,6 @@ padding-top: 8px; padding-bottom: 8px; padding-left: 6px; - background-color: #bababa; margin-bottom: 10px; } #number-of-results{ |