MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
its fun |
last edits |
||
| Line 267: | Line 267: | ||
justify-content: space-around; | justify-content: space-around; | ||
text-align: center; | text-align: center; | ||
padding: | padding: 8px; | ||
font-size: clamp(8px, 1vw, 20px); | font-size: clamp(8px, 1vw, 20px); | ||
} | } | ||
| Line 280: | Line 280: | ||
.mp-class a img:hover | .mp-class a img:hover | ||
{ | { | ||
filter: brightness(1. | filter: brightness(1.25); | ||
} | } | ||