Files
tcms/bl-themes/popeye/css/02-helpers.css
T
Ty Clifford cebb0d3af1 -
2026-07-03 07:31:09 -04:00

21 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;
}