summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sass/c-hyde.scss2
-rw-r--r--templates/base.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/sass/c-hyde.scss b/sass/c-hyde.scss
index 1c2ba70..e955d1e 100644
--- a/sass/c-hyde.scss
+++ b/sass/c-hyde.scss
@@ -591,7 +591,7 @@ html {
.sidebar {
text-align: center;
- padding: 2rem 1rem;
+ padding: 0.5rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
diff --git a/templates/base.html b/templates/base.html
index 37265f5..d0361ce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
+ <meta name="theme-color" content="#6a9fb5">
<title>{% block title %}{% endblock %}</title>