MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 298: | Line 298: | ||
padding: 0.4em 0.3em; | padding: 0.4em 0.3em; | ||
margin: 0 0 0.5em 0; | margin: 0 0 0.5em 0; | ||
background-color: var(--background-color-base); | |||
border: 2px solid var(--theme-accent-color); | border: 2px solid var(--theme-accent-color); | ||
} | } | ||
| Line 367: | Line 368: | ||
/* Add text prefix */ | /* Add text prefix */ | ||
#n-Discord a::before { | #n-Discord a::before { | ||
content: " | content: "Join our "; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||