Transparent color scheme, preparing for custom backgrounds

This commit is contained in:
Maksim Eltyshev
2020-05-22 16:59:22 +05:00
parent 3a1929efba
commit 67dd13a11c
6 changed files with 25 additions and 16 deletions

View File

@@ -1,11 +1,11 @@
.addListButton {
background-color: rgba(0, 0, 0, 0.12);
background: hsla(0, 0%, 0%, 0.24);
border: none;
border-radius: 3px;
color: hsla(0, 0%, 100%, 0.7);
color: hsla(0, 0%, 100%, 0.72);
cursor: pointer;
display: block;
fill: hsla(0, 0%, 100%, 0.7);
fill: hsla(0, 0%, 100%, 0.72);
font-weight: normal;
height: 42px;
padding: 11px;
@@ -20,7 +20,7 @@
}
.addListButton:hover {
background-color: rgba(0, 0, 0, 0.3);
background: hsla(0, 0%, 0%, 0.32);
}
.addListButtonIcon {

View File

@@ -23,7 +23,7 @@
}
.filterLabel {
background: #2d3034;
background: hsla(0, 0%, 0%, 0.24);
border-radius: 3px;
color: #fff;
display: inline-block;
@@ -33,7 +33,7 @@
}
.filterLabel:hover {
opacity: 0.75;
background: hsla(0, 0%, 0%, 0.32);
}
.filterTitle {