Skip to content

Commit 3a69421

Browse files
committed
applied hover style to different css element
1 parent 47108a9 commit 3a69421

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

wiki.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ h2 {
6666
height: 100vh;
6767
}
6868

69+
#toc ul:nth-of-type(1) :hover {
70+
background: rgb(224, 224, 224);
71+
}
72+
6973
#toc ul ul {
7074
overflow: visible;
7175
height: auto !important;
@@ -76,9 +80,9 @@ h2 {
7680
font-size: 12px;
7781
}
7882

79-
#toc li :hover {
83+
/* #toc .toclevel-1 :hover {
8084
background: rgb(224, 224, 224);
81-
}
85+
} */
8286

8387
html body .mw-body {
8488
padding-left: 4em !important;

0 commit comments

Comments
 (0)