From a5ca94797945203c3167bb13b7779b396cad527d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 29 Mar 2022 00:13:28 +0300 Subject: Minor style changes and improvements --- sass/css/_colors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sass/css/_colors.scss') diff --git a/sass/css/_colors.scss b/sass/css/_colors.scss index 72adc47..e633b53 100644 --- a/sass/css/_colors.scss +++ b/sass/css/_colors.scss @@ -1,8 +1,8 @@ $bg0: #000000; $bg1: #0a0a0f; $white: #e5e9f0; -$gray: #a1a6b2; -$gray1: #33333a; +$gray: #7c818c; +$gray1: #5c5c64; $red: #b73030; $red1: #c45c5c; $yellow: #b2872f; -- cgit v1.2.3