diff options
Diffstat (limited to 'youtube/templates/home.html')
-rw-r--r-- | youtube/templates/home.html | 2 |
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; |