From da968c2fd4026a548f1790a1c8a1786897682827 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 1 Feb 2020 23:01:37 +0000 Subject: [PATCH] update color scheme --- config/config.go | 2 ++ wrapper.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/config.go b/config/config.go index 151ea28..87b534b 100755 --- a/config/config.go +++ b/config/config.go @@ -89,6 +89,8 @@ const defaultWrapper = ` } body { font-size: 125%; + filter: hue-rotate(120deg); + background: #3b242b; } diff --git a/wrapper.html b/wrapper.html index 16b9981..92b811d 100755 --- a/wrapper.html +++ b/wrapper.html @@ -20,6 +20,8 @@ } body { font-size: 125%; + filter: hue-rotate(120deg); + background: #3b242b; }