MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
Updated background as per staff discussion |
m Improved Link readability and icon styling |
||
| Line 3: | Line 3: | ||
#mw-page-base { | #mw-page-base { | ||
background: transparent; | background: transparent; | ||
} | |||
a:visited { | |||
color: #433b99 !important; | |||
} | } | ||
| Line 94: | Line 98: | ||
padding: 0.5em 0.75em; | padding: 0.5em 0.75em; | ||
margin-right:10px; | margin-right:10px; | ||
} | |||
.mw-enhancedchanges-arrow { | |||
background-color: white !important; | |||
} | |||
.mw-changeslist-legend { | |||
border: 1px solid cyan !important; | |||
background: #020523 !important; | |||
} | } | ||