MediaWiki:Vector-2022.css: Difference between revisions
MediaWiki interface page
More actions
Moved Vector-specific css from MediaWiki:Font.css to here |
Adjusted edit/edit source styling so there isn't so much blue on the page |
||
| Line 345: | Line 345: | ||
a { | a { | ||
background-color: var(--theme-color- | background-color: var(--theme-color-3); | ||
padding: | color: var(--page-text-color); | ||
padding: 2px 8px; | |||
border-radius: 10px; | border-radius: 10px; | ||
&:hover { | |||
text-decoration: none; | |||
background-color: var(--theme-color-5); | |||
} | |||
} | } | ||
} | } | ||