aboutsummaryrefslogtreecommitdiff
path: root/sass/css/_colors.scss
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-10-02 02:09:59 +0300
committerYaroslav <contact@yaroslavps.com>2020-10-02 02:09:59 +0300
commitec29bebbda2a278e78da1a0f91bd7a8e100d5dd7 (patch)
tree77d0d4e47ea085db02405530b6fe3885e7fd7c31 /sass/css/_colors.scss
parent358c7b06be5ac06de4cc10c85093ffac8044458a (diff)
downloadyaroslavps.com-ec29bebbda2a278e78da1a0f91bd7a8e100d5dd7.tar.gz
yaroslavps.com-ec29bebbda2a278e78da1a0f91bd7a8e100d5dd7.zip
Style changes
Mainly changes to the color palette of the site, but also added a background image and increased the maximum width of the main container. Also added separate links for the RSS feeds of the weblog and recipe book.
Diffstat (limited to 'sass/css/_colors.scss')
-rw-r--r--sass/css/_colors.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/sass/css/_colors.scss b/sass/css/_colors.scss
index a24f933..6ce5373 100644
--- a/sass/css/_colors.scss
+++ b/sass/css/_colors.scss
@@ -1,7 +1,12 @@
$bg0: #000000;
-$bg1: #1b1e25;
+$bg1: #0a0a0f;
$white: #e5e9f0;
$gray: #a1a6b2;
-$magenta: #9c6992;
+$red: #b73030;
+$red1: #c45c5c;
+$yellow: #b2872f;
+$blue: #3f6e90;
+$blue1: #63a9cc;
+$green: #7ea95a;
$cyan: #7fac96;
-$dark_cyan: #5b8277;
+$cyan1: #5b8277;