Changes
From Forge Community Wiki
487 bytes added
, 15:59, 8 December 2020
Line 68: |
Line 68: |
| #mw-mf-page-left ul li { | | #mw-mf-page-left ul li { |
| border-top-color: #1c1c1c; | | border-top-color: #1c1c1c; |
| + | } |
| + | |
| + | .header-container.header-chrome { |
| + | background-image: linear-gradient(to top, #222, #191919) |
| + | } |
| + | .branding-box * { |
| + | color: #eee; |
| + | font-weight: bold; |
| + | margin-left: -1em; |
| + | } |
| + | .search { |
| + | margin-left: 1em; |
| + | } |
| + | .mw-ui-icon-before::before, |
| + | .mw-ui-icon-element { |
| + | filter: brightness( 2 ); |
| + | } |
| + | .toggle-list-item { |
| + | background-color: #222; |
| + | } |
| + | .toggle-list-item:hover { |
| + | background-color: #333; |
| + | } |
| + | .toggle-list-item__label { |
| + | color: #aaa; |
| + | } |
| + | .last-modified-bar__content { |
| + | filter: brightness(2); |
| } | | } |