koblog/bl-themes/popeye/css/02-helpers.css
2021-05-11 17:56:30 +02:00

20 lines
197 B
CSS

/* HELPERs */
.color-blue {
color: #0a58ca;
}
.color-light {
color: #495057;
}
.bold {
font-weight: 600;
}
.italic {
font-style: italic;
}
.bg-gray {
background-color: #ececec;
}