Skip to content

Commit 057b39b

Browse files
committed
set dark background color for focused list item when navigating using keyboard (dark.css)
1 parent 4f567b7 commit 057b39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/themes/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
17121712
}
17131713
.units.active .l-unit.focus {
17141714
border-left: 2px solid #5edad0;
1715-
background-color: #eff5fc;
1715+
background-color: #353535;
17161716
}
17171717
.units.active .l-unit.focus .l-unit__name {
17181718
color: #36b3a9;

0 commit comments

Comments
 (0)