Fix highlight color in dark mode

This commit is contained in:
Thomas Nordquist
2019-07-17 09:12:09 +02:00
parent 5148e92651
commit 094831f037
2 changed files with 4 additions and 6 deletions

View File

@@ -22,10 +22,10 @@
background-color: none;
}
25% {
background-color: #4f5781;
background-color: #595585;
}
50% {
background-color: #4f5781;
background-color: #595585;
}
100% {
background-color: none;
@@ -39,11 +39,9 @@
}
25% {
background-color: #c0c8c0;
color: #000;
}
50% {
background-color: #c0c8c0;
color: #000;
}
100% {
background-color: none;