aboutsummaryrefslogtreecommitdiff
path: root/src/_colors.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-01 22:13:51 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-10-01 22:13:51 +0530
commite5c1454c091cb4101664d1bfa0e766ab37e9879a (patch)
tree7f7c8424b4f14f42758e951476ef252660ddfef4 /src/_colors.scss
parent8c01e16a8336a91659db7bf73ffe94077f90e25b (diff)
created a navbar
Diffstat (limited to 'src/_colors.scss')
-rw-r--r--src/_colors.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_colors.scss b/src/_colors.scss
index ced67aa..0eb1854 100644
--- a/src/_colors.scss
+++ b/src/_colors.scss
@@ -19,6 +19,7 @@ $primaryAccentColor: #bd93f9;
$secondaryAccentColor: #d0afff;
$backgroundColor: #282a36;
+$altBackgroundColor: #383a59;
$linkColor: $primaryAccentColor;
$white: #f8f8f2;