Update site colors

pull/4/head
Maik de Kruif 3 years ago
parent 8fd7031e45
commit 2734495299
No known key found for this signature in database
GPG Key ID: 46C1200ACD3A432F
  1. 2
      themes/maik-blog/assets/scss/_header.scss
  2. 4
      themes/maik-blog/assets/scss/_variables.scss

@ -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;

Loading…
Cancel
Save