From e727cebca8143b4a9beaa736fcfc6f9d1906a9f8 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 13 Aug 2020 22:59:51 +0200 Subject: [PATCH] Color change; --- .idea/workspace.xml | 25 +++++++++++++++---------- app.css | 4 ++-- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bbd5df7..acb0760 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,10 +5,7 @@ - - - @@ -79,25 +83,26 @@ - - + - + - + - + diff --git a/app.css b/app.css index 6ae1ae4..e1c5b45 100644 --- a/app.css +++ b/app.css @@ -44,7 +44,7 @@ body { bottom: 0; left: 0; right: 0; - background-color: darkcyan; + background-color: #515960; } #kara-banner { @@ -55,5 +55,5 @@ body { right: 0; text-align: center; padding: 0.7em; - background-color: darkcyan; + background-color: #515960; } \ No newline at end of file