MediaWiki:Card.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) No edit summary |
ReisuDesign (talk | contribs) No edit summary |
||
| Line 27: | Line 27: | ||
border-radius: 45px; | border-radius: 45px; | ||
overflow: hidden; | overflow: hidden; | ||
background: var(-- | background: var(--background-color-3); | ||
text-align: center; | text-align: center; | ||
&:hover { | &:hover { | ||
outline: solid 2px var(-- | outline: solid 2px var(--background-color-2); | ||
} | } | ||
} | } | ||
| Line 39: | Line 39: | ||
border-radius: 30px; | border-radius: 30px; | ||
background: none; | background: none; | ||
background: var(-- | background: var(--background-color-3); | ||
} | } | ||
| Line 175: | Line 175: | ||
line-height: 24px; | line-height: 24px; | ||
height: 24px; | height: 24px; | ||
background-color: var(- | background-color: var(--background-color-base); | ||
border-radius: 12px !important; | border-radius: 12px !important; | ||
min-width: 20px !important; | min-width: 20px !important; | ||