Skip to content

Commit 22d2012

Browse files
fix dark scheme table hover
1 parent 97085f7 commit 22d2012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ body {
283283
background-color: #230c00;
284284
}
285285

286-
.general-table tr:hover {
286+
.general-table tbody tr:hover {
287287
background-color: #f15a24;
288288
color: #333;
289289
}

0 commit comments

Comments
 (0)