1,396
edits
mNo edit summary |
mNo edit summary |
||
Line 72: | Line 72: | ||
table.left_bar tr:nth-child(2n-1) { background-color: #ededed; } | table.left_bar tr:nth-child(2n-1) { background-color: #ededed; } | ||
#n-discord span { | |||
#n-discord: | font-size: 0; /* Remove space that text might occupy */ | ||
} | |||
#n-discord span::before { | |||
content: ""; | |||
display: inline-block; | |||
visibility: visible; | |||
background-image: url('https://bgforge.net/assets/logo/discord_full.svg'); | |||
background-repeat: no-repeat; | |||
background-size: auto 100%; | |||
width: 130px; | |||
height: 20px; | |||
} | } | ||
#mw-panel .portal .body li#n-discord { | #mw-panel .portal .body li#n-discord { |