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

21 lines
197 B
CSS
Raw Normal View History

2023-07-15 15:58:33 +02:00
/* HELPERs */
.color-blue {
color: #0a58ca;
}
.color-light {
color: #495057;
}
.bold {
font-weight: 600;
}
.italic {
font-style: italic;
}
.bg-gray {
background-color: #ececec;
}