moodle_local_treestudyplan/scss/colors.scss

18 lines
562 B
SCSS
Raw Permalink Normal View History

2024-06-03 23:24:16 +02:00
.path-local-treestudyplan,
.features-treestudyplan {
2023-08-26 17:07:42 +02:00
/* 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);
2023-09-08 12:47:29 +02:00
2023-08-26 17:07:42 +02:00
}