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; }