koblog/bl-themes/popeye/css/02-helpers.css
2023-07-15 15:59:51 +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;
}