dark mode update

This commit is contained in:
carodej
2020-07-09 10:56:17 +02:00
parent a43f0e6908
commit 5a9f5813c8
89 changed files with 1633 additions and 912 deletions

View File

@@ -103,7 +103,6 @@
.option-item {
padding: 13px 20px;
display: block;
//border-bottom: 1px solid #EBEBEB;
cursor: pointer;
&:hover {
@@ -202,8 +201,18 @@
border-bottom: none;
&:hover {
color: $theme;
background: rgba($theme, .1);
.option-value {
color: $theme;
}
.option-icon {
path, circle {
stroke: $theme;
}
}
}
&:last-child {