aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/home.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-25 15:25:24 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-25 16:08:08 -0700
commite9b16ef71fc25f12e26da79392fa91ae30aabe5d (patch)
tree4052c356f3f1a2c18a75dbecd6405046024a00f8 /youtube/templates/home.html
parent609244e34fed8cd2b27bddada266a3044709acf4 (diff)
downloadyt-local-e9b16ef71fc25f12e26da79392fa91ae30aabe5d.tar.lz
yt-local-e9b16ef71fc25f12e26da79392fa91ae30aabe5d.tar.xz
yt-local-e9b16ef71fc25f12e26da79392fa91ae30aabe5d.zip
Layout: Add themes
Diffstat (limited to 'youtube/templates/home.html')
-rw-r--r--youtube/templates/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/home.html b/youtube/templates/home.html
index c7f7666..9890f5e 100644
--- a/youtube/templates/home.html
+++ b/youtube/templates/home.html
@@ -2,7 +2,7 @@
{% extends "base.html" %}
{% block style %}
ul {
- background-color: #dadada;
+ background-color: var(--interface-color);
padding: 20px;
width: 400px;
margin: auto;