From 06fcc9244c47e5afbfa9967dc378788ac4bde24b Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 02:10:44 +0400 Subject: Added a white theme Signed-off-by: Valentin Popov --- _scss/base/_sakura.scss | 10 +++++----- _scss/components/_core.scss | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) (limited to '_scss') diff --git a/_scss/base/_sakura.scss b/_scss/base/_sakura.scss index 1e4f4ca..cdc2fe4 100644 --- a/_scss/base/_sakura.scss +++ b/_scss/base/_sakura.scss @@ -1,9 +1,9 @@ $color-bg-alt: rgba(0, 0, 0, .09); -$color-bg: rgb(49, 49, 49); -$color-blossom: rgb(253, 112, 19); -$color-fade: rgb(238, 238, 238); -$color-html:rgb(65, 65, 65); -$color-text: rgb(245, 245, 245); +$color-bg: rgb(255, 255, 255); +$color-blossom:rgb(0, 51, 153); +$color-fade: rgb(51, 102, 204); +$color-html:rgb(255, 255, 255); +$color-text: rgb(0, 0, 0); $font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Arial', sans-serif; $font-size-base: 1.6rem; diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss index 497b226..06e97cf 100644 --- a/_scss/components/_core.scss +++ b/_scss/components/_core.scss @@ -9,7 +9,6 @@ html { background-color: $color-html; - background-image: url('/assets/background.svg'); height: 100%; overflow-y: scroll; } -- cgit v1.2.3