/*
INSTRUCTOR SPECIFIC SUBTHEME

The intent of this is to provide visual cues as to which section a student is currently looking at.

Don't go too crazy with diverging between sections - it's mostly color and icons

*/

/* If you're looking for the {{% rabb %}} shortcode styles - those are in swen.css since they're possible on every page */

/* Striped rows.  For this to take effect, there is logic in 
' swen/layouts/partials/head_custom.html ' to pick up the variable 'subtheme'
*/

#schedule + ul>li:nth-child(2n) { background: #f1d4f1; }

* {
    font-size: 100%;
    font-family: Calibri;
   }

