cssOMS/colors.scss
Dennis Eichhorn 5758ba8251
Some checks failed
CI / build_css (push) Has been cancelled
fix permissions
2025-04-02 14:15:07 +00:00

34 lines
494 B
SCSS

.hl-1 {
background: var(--red-c) !important;
color: #fff;
}
.hl-2 {
background: var(--green-c) !important;
color: #fff;
}
.hl-3 {
background: var(--blue-c) !important;
color: #fff;
}
.hl-4 {
background: var(--yellow-c) !important;
color: #000;
}
.hl-5 {
background: var(--purple-c) !important;
color: #fff;
}
.hl-6 {
background: var(--pink-c) !important;
color: #fff;
}
.hl-7 {
background: var(--orange-c) !important;
color: #fff;
}