Skip to content

Commit 0ffdebd

Browse files
committed
hover over menu
1 parent c337fa3 commit 0ffdebd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

style.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,12 @@ a{
162162
height: 455px;
163163
overflow-y: scroll;
164164
width: fit-content;
165-
}
165+
}
166+
167+
.list-group-item:hover{
168+
background-color: var(--deep-background-color);
169+
}
170+
171+
.grp_active:hover{
172+
background-color: var(--primary-color);
173+
}

0 commit comments

Comments
 (0)