Skip to content

Commit b1bffe4

Browse files
author
Kristan Kenney
committed
Adjust color of list items when selected/hovered
1 parent 3c5afc8 commit b1bffe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,7 @@ a.button.cancel {
31223122
}
31233123

31243124
.l-unit.selected:hover {
3125-
background-color: #f0bccd;
3125+
background-color: #fff5ce;
31263126
color: #4b4b4b;
31273127
box-shadow: 0px 2px 14px rgba(150,150,150,0.25);
31283128
text-shadow: 0px 1px rgba(255,255,255,0.6);

0 commit comments

Comments
 (0)