better selection color

This commit is contained in:
Nicolas Constant 2019-08-15 19:14:14 -04:00
parent 1ea39621ad
commit 956b8894a0
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,7 @@ $counter-width: 90px;
.status-editor {
position: relative;
font-size: $default-font-size;
margin-bottom: 5px;
&__title {
background-color: $status-editor-title-background;

View File

@ -36,9 +36,8 @@
.status-selected {
background-color: #0f111a;
background-color: desaturate(lighten(#0f111a, 5%), 4%);
background-color: #0a0a13;
background-color: #0a0a12;
background-color: #0a0a10;
background-color: #1e2734;
}
.status {