.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);
 
}