mirror of
https://github.com/maikka39/Personal-Website.git
synced 2026-09-27 20:46:25 +00:00
Update site colors
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
padding: 20px;
|
||||
|
||||
.dark-theme & {
|
||||
background: #252627;
|
||||
background: #242626;
|
||||
}
|
||||
|
||||
&__right {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user