Template:Discord/styles.css

From Cosmoteer Wiki
Jump to navigation Jump to search
/* Style the overall box */
.discordServerLink {
    background-color: #3A456F;
    padding: 5px;
    margin-left: 2px;
    border-radius: 7px;
    white-space: nowrap;
}

/* Remove the external link icon*/
.discordServerLink a.external {
    background-image: none;
    padding-right: initial;
}