Browse Source

set dark background color for focused list item when navigating using keyboard (dark.css)

Robert Zollner 6 years ago
parent
commit
057b39b9fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/themes/dark.css

+ 1 - 1
install/deb/themes/dark.css

@@ -1712,7 +1712,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
 }
 .units.active .l-unit.focus {
   border-left: 2px solid #5edad0;
-  background-color: #eff5fc;
+  background-color: #353535;
 }
 .units.active .l-unit.focus .l-unit__name {
   color: #36b3a9;