We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999773d commit 18e67afCopy full SHA for 18e67af
1 file changed
wikipedia/common.css
@@ -137,6 +137,14 @@ var(--color-background)
137
border-color: 1px solid #ddd !important;
138
}
139
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
146
147
148
.ambox {
149
margin: 0 10%;
150
@@ -149,6 +157,9 @@ table.ambox + table.ambox {
157
158
151
159
160
161
162
152
163
.catlinks {
153
164
154
165
background-color: #eee !important;
0 commit comments