Layout: Add themes

This commit is contained in:
James Taylor
2019-08-25 15:25:24 -07:00
parent 609244e34f
commit e9b16ef71f
12 changed files with 79 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
{% extends "base.html" %}
{% block style %}
ul {
background-color: #dadada;
background-color: var(--interface-color);
padding: 20px;
width: 400px;
margin: auto;