Skip to content

Commit

Permalink
Fix: #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ptruser committed Aug 3, 2020
1 parent 999773d commit 18e67af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions wikipedia/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ var(--color-background)
border-color: 1px solid #ddd !important;
}

#mw-content-text > div > table.vertical-navbox.nowraplinks > tbody > tr:nth-child(1) > th {
background-color: #ccc !important;
}

#mw-content-text > div > table.vertical-navbox.nowraplinks.hlist > tbody > tr:nth-child(odd) > th {
background-color: #ccc !important;
}

.ambox {
margin: 0 10%;
border-color: 1px solid #ddd !important;
Expand All @@ -149,6 +157,9 @@ table.ambox + table.ambox {
}





.catlinks {
border-color: 1px solid #ddd !important;
background-color: #eee !important;
Expand Down

0 comments on commit 18e67af

Please sign in to comment.