From 473101a15e963e74c1f2930acbb55fabd4ab1eb2 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 25 Dec 2018 18:28:32 -0800 Subject: [PATCH] Switch to dark CSS. --- static/scss/style.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/static/scss/style.scss b/static/scss/style.scss index f0ee57c..d8a0ebb 100644 --- a/static/scss/style.scss +++ b/static/scss/style.scss @@ -2,8 +2,8 @@ $primary-color: #53C0FA; $primary-color-highlight: #4298C7; $primary-color-light: #9FDBFB; -$active-input-color: white; -$background-color: #fafafa; +$active-input-color: #282d30; +$background-color: #1b1e21; $background-color-dark: darken($background-color, 4%); $error-color: #f01d43; $error-color-dark: darken(#f01d43, 10%); @@ -22,6 +22,7 @@ body { margin: 0px; background-color: $background-color; font-size: 12px; + color: white; } @mixin input-common { @@ -37,7 +38,7 @@ body { input, textarea { @include input-common(); background-color: $inactive-input-color; - color: black; + color: white; border: .5px solid $inactive-input-border-color; &:focus { @@ -275,6 +276,7 @@ span.sender-wrapper { text-overflow: ellipsis; overflow: hidden; vertical-align: bottom; /* Fix for overflow changing element height */ + color: black; } /**