Files
2026-04-28 21:15:09 +03:00

14 lines
132 B
SCSS

//
// badge.scss
// Extended from Bootstrap
//
//
// Additional style for theme
//
a.badge{
&:hover{
color: $white;
}
}