moodle_local_treestudyplan/scss/colors.scss

18 lines
563 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);
}