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