Skip to content

Commit

Permalink
style collapsible menu fixes #147
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed Oct 2, 2020
1 parent 78ea0b6 commit 30d8edc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wikipedia-dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ regexp("https?:\/\/wiki\.(archlinux|mozilla)\.(org|jp)\/.*$") {
div[style*="background:#fafcfe" i] {
background-color: var(--blue-2) !important;
}
td[style*="background-color: #CFF"] {
td[style*="background-color: #CFF"], div[style*="background-color:#7fbfff"] {
background: var(--blue-4) !important;
}
.vertical-navbox th[style*="background:#cee0f2;"],
Expand Down Expand Up @@ -2525,7 +2525,8 @@ regexp("https?:\/\/wiki\.(archlinux|mozilla)\.(org|jp)\/.*$") {
border-color: var(--brown-2);
background-color: var(--brown-3);
}
div[style*="background:#ffe496" i] {
div[style*="background:#ffe496" i],
div[style*="background-color:#ffffec"] {
background-color: var(--brown-3) !important;
}
th[style*="background:#F5F5DC" i] {
Expand Down

0 comments on commit 30d8edc

Please sign in to comment.