MediaWiki:Common.css: Difference between revisions
Fix for navbar text |
No edit summary |
||
| Line 356: | Line 356: | ||
display: flex !important; | display: flex !important; | ||
} | } | ||
} | |||
#mw-panel a[href*="discord.gg"], | |||
#mw-panel a[href*="discord.com/invite"]{ | |||
display: block; | |||
padding: 10px 12px; | |||
border-radius: 6px; | |||
font-weight: 600; | |||
text-decoration: none; | |||
background: #5865F2; | |||
color: #fff !important; | |||
} | |||
/* Hover effect */ | |||
#mw-panel a[href*="discord.gg"]:hover, | |||
#mw-panel a[href*="discord.com/invite"]:hover{ | |||
filter: brightness(0.95); | |||
} | } | ||