Skip to content

Commit 18e67af

Browse files
committed
Fix: #13
1 parent 999773d commit 18e67af

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

wikipedia/common.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ var(--color-background)
137137
border-color: 1px solid #ddd !important;
138138
}
139139

140+
#mw-content-text > div > table.vertical-navbox.nowraplinks > tbody > tr:nth-child(1) > th {
141+
background-color: #ccc !important;
142+
}
143+
144+
#mw-content-text > div > table.vertical-navbox.nowraplinks.hlist > tbody > tr:nth-child(odd) > th {
145+
background-color: #ccc !important;
146+
}
147+
140148
.ambox {
141149
margin: 0 10%;
142150
border-color: 1px solid #ddd !important;
@@ -149,6 +157,9 @@ table.ambox + table.ambox {
149157
}
150158

151159

160+
161+
162+
152163
.catlinks {
153164
border-color: 1px solid #ddd !important;
154165
background-color: #eee !important;

0 commit comments

Comments
 (0)