From 21b432154d2387dd006a250742448bc136480c8b Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Sat, 26 Dec 2015 16:43:34 +0100 Subject: [PATCH] Darker backgrounds --- static/regular.css | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/regular.css b/static/regular.css index 953a9cc..a1a6960 100644 --- a/static/regular.css +++ b/static/regular.css @@ -10,7 +10,7 @@ body { font-family: "Open Sans", "Lato", sans-serif; color: #ffffff; - background-color: #2d2d2d; + background-color: #1d1d1d; } @keyframes rise { diff --git a/static/style.css b/static/style.css index f243ff2..78f41d2 100644 --- a/static/style.css +++ b/static/style.css @@ -10,7 +10,7 @@ body { font-family: "Open Sans", "Lato", sans-serif; color: #ffffff; - background-color: #2d2d2d; + background-color: #1d1d1d; } @keyframes rise {