[eww] Fix
This commit is contained in:
parent
ce2d898e36
commit
2c4ae9c425
1 changed files with 4 additions and 4 deletions
|
@ -50,11 +50,11 @@
|
||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace:nth-child(even) {
|
.workspace:nth-child(odd) {
|
||||||
color: $accent1;
|
color: $accent1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace:nth-child(odd) {
|
.workspace:nth-child(even) {
|
||||||
color: $accent2;
|
color: $accent2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,8 +100,8 @@ tooltip {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
calendar.selected {
|
calendar:selected {
|
||||||
background-color: $accent2;
|
background-color: $accent1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
|
Loading…
Reference in a new issue