2023-08-26 17:07:42 +02:00
|
|
|
.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);
|
2024-05-27 22:11:32 +02:00
|
|
|
--highlight-dropslot: yellow;
|
|
|
|
--highlight-dropslot-hover: var(--success);
|
2023-09-08 12:47:29 +02:00
|
|
|
|
2023-08-26 17:07:42 +02:00
|
|
|
}
|