cssOMS/colors.scss
2025-04-02 13:33:51 +00:00

34 lines
494 B
SCSS
Executable File

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