Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDjordje Atlialp <djordje@atlialp.com>2021-01-11 01:41:52 +0300
committerDjordje Atlialp <djordje@atlialp.com>2021-01-11 01:41:52 +0300
commit46effd461435d607a9abd57f7c2a60a92dadeea1 (patch)
tree35c670d71514e1b7fc102351f80f28633835b43f /assets
parentf43bf66f288c3caf323b49826eb0fa3b05724321 (diff)
Update _variables.scss
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/_variables.scss b/assets/scss/_variables.scss
index 36ce221..4d5ef44 100644
--- a/assets/scss/_variables.scss
+++ b/assets/scss/_variables.scss
@@ -11,7 +11,7 @@ $light-table-color: #dcdcdc;
/* Dark theme colors */
$dark-background: #232425;
$dark-background-secondary: #3b3d42;
-$dark-color: #dfdfdf;
+$dark-color: #a9a9b3;
$dark-color-secondary: #b3b3bd;
$dark-border-color: #4e4e57;
$dark-table-color: #4e4e57;