moodle_local_treestudyplan/scss/colors.scss
2024-06-03 23:24:16 +02:00

18 lines
562 B
SCSS

.path-local-treestudyplan,
.features-treestudyplan {
/* we can override these colors in the :root field if needed */
--less-light: color-mix(in srgb, var(--light) 80%, #ccc);
--highlight-mix: 10%;
--highlight: var(--info);
--past: var(--purple);
--present: var(--blue);
--future: var(--gray);
--coursecat-list: var(--blue);
--course-list: var(--green);
--excellent: var(--blue);
--pending: var(--gray);
--incomplete: var(--gray);
--highlight-dropslot: yellow;
--highlight-dropslot-hover: var(--success);
}