Add better colors
This commit is contained in:
parent
d549a90e48
commit
81f58d3911
5 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
padding: 20px;
|
||||
|
||||
.dark-theme & {
|
||||
background: #252627;
|
||||
background: #1b1c1d;
|
||||
}
|
||||
|
||||
&__right {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
z-index: 9999;
|
||||
|
||||
.dark-theme & {
|
||||
background: #252627;
|
||||
background: #1b1c1d;
|
||||
}
|
||||
|
||||
@media #{$media-size-phone} {
|
||||
|
|
|
@ -8,9 +8,9 @@ $light-color-secondary: #999;
|
|||
$light-border-color: #dcdcdc;
|
||||
|
||||
/* dark theme colors */
|
||||
$dark-background: #292a2d;
|
||||
$dark-background: #232425;
|
||||
$dark-background-secondary: #3b3d42;
|
||||
$dark-color: #a9a9b3;
|
||||
$dark-color: #b3b3bd;
|
||||
$dark-color-secondary: #73747b;
|
||||
$dark-border-color: #4a4b50;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue