MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
--wiz-panel-background: rgba(15, 15, 15, 0.82); | --wiz-panel-background: rgba(15, 15, 15, 0.82); | ||
--wiz-page-background: #111; | --wiz-page-background: #111; | ||
--wiz-content-border: # | --wiz-content-border: #ff942d; | ||
--wiz-text: # | --wiz-text: #d2d2d2; | ||
--wiz-link: # | --wiz-link: #ff942d; | ||
--wiz-heading: #e7e1d4; | --wiz-heading: #e7e1d4; | ||
} | } | ||
| Line 59: | Line 59: | ||
background: transparent; | background: transparent; | ||
color: var(--wiz-text); | color: var(--wiz-text); | ||
} | |||
#mw-panel .portal, | |||
#mw-panel .vector-menu-portal { | |||
margin-right: 12px; | |||
} | } | ||