/* Whole page background */
body {
    background-image: url(https://www.cs.rpi.edu/~cutler/classes/advancedgraphics/S23/images/grapefruit_pink.png);
    background-color: rgba(241,207,202,0.00);
    background-blend-mode: lighten;
}

/* Add your own custom css (and/or rainbows) here */

aside li .selected {
    background-color: #f1cfca !important;
}

