Skip to content

Commit a462869

Browse files
committed
Make monitor li hover different from selected
1 parent a455748 commit a462869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/app/components/Nav/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ li.running * {
7575

7676
li.monitor:hover {
7777
cursor: pointer;
78-
background: var(--primary);
78+
background: var(--primary-light);
7979
}
8080

8181
li.selected {

0 commit comments

Comments
 (0)