Difference between revisions of "MediaWiki:Common.less/discord.less"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
(Created page with "→‎Discord colors: .ping, .channel, .role { color: #7289da; background-color: #f1f3fb; border: 1px #7289da solid; border-radius: 2px; font-family: Helvet...")
 
(Corey changed the content model of the page MediaWiki:Common.less/discord.less from "wikitext" to "CSS")
Tag: content model change
 

Latest revision as of 12:11, 20 December 2018

/* Discord colors */
.ping, .channel, .role {
    color: #7289da;
    background-color: #f1f3fb;
    border: 1px #7289da solid;
    border-radius: 2px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 2px 4px;
}
 .ping a, .channel a, .role a {
    color: #7289da;
}