Style:2eTrait
display: inline;
border: .2em solid #d5c38a;
background-color: #57160d;
color: white;
font-variant: small-caps;
font-weight: bold;
padding: .1rem .3rem;
font-family: Arial, Helvetica, sans-serif;
&::after {
/*allow line break after each trait*/
content: '\200B';
}
&.size { background-color: #4b785c; }
&.alignment { background-color: #59628f; }
&.rarity-uncommon { background-color: #8e5542; }
&.rarity-rare { background-color: #112a61; }
&.rarity-unique { background-color: #4e236a; }
&.rarity-common { display: none; }
/*links should not be highlighted*/
a, a:hover, a:visited, a:link, a:active {
text-decoration: none;
color: white;
}