aboutsummaryrefslogtreecommitdiff
path: root/_scss/base
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-03 01:10:44 +0300
committerValentin Popov <info@valentineus.link>2019-09-03 01:14:51 +0300
commit06fcc9244c47e5afbfa9967dc378788ac4bde24b (patch)
treec16ae7469d1e5716b41e441867c13b6e48c1b868 /_scss/base
parentf5db4187c23d363c6f22330b9f1e52c6f75b62dd (diff)
downloadpopov.link-06fcc9244c47e5afbfa9967dc378788ac4bde24b.tar.xz
popov.link-06fcc9244c47e5afbfa9967dc378788ac4bde24b.zip
Added a white theme
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/base')
-rw-r--r--_scss/base/_sakura.scss10
1 files changed, 5 insertions, 5 deletions
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;