1
4
Fork 1
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
314 B
SCSS

span.tag {
margin-right:$tag-margin-right;
padding:$tag-padding;
background:$tag-background;
color:$tag-color;
border-radius:$tag-border-radius;
border:1px solid #aaa;
font-size:$tag-font-size;
display:inline-block;
a {
color:$tag-color;
&:hover {
color:lighten($anchor-hover-color,40);
}
}
}