mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-10 02:48:40 +00:00
34 lines
494 B
SCSS
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;
|
|
} |