koblog/bl-themes/popeye/css/helpers.css

16 lines
151 B
CSS
Raw Normal View History

2021-04-20 23:21:44 +02:00
/* HELPERs */
.color-blue {
color: #0a58ca;
}
.color-light {
color: #495057;
}
.bold {
font-weight: 600;
}
.italic {
font-style: italic;
}