Update site colors

This commit is contained in:
2020-12-02 18:35:38 +01:00
parent 8fd7031e45
commit 2734495299
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
padding: 20px;
.dark-theme & {
background: #252627;
background: #242626;
}
&__right {
+2 -2
View File
@@ -8,9 +8,9 @@ $light-color-secondary: #999;
$light-border-color: #dcdcdc;
/* dark theme colors */
$dark-background: #292a2d;
$dark-background: #272a2b;
$dark-background-secondary: #3b3d42;
$dark-color: #a9a9b3;
$dark-color: #ddd3c6;
$dark-color-secondary: #73747b;
$dark-border-color: #4a4b50;