/* Whole page background */
body {
    background-image: url(https://www.cs.rpi.edu/~cutler/classes/computationalgeometry/S26/images/pastel_penrose_tiled.png);
    background-color: rgba(245,245,245,0.00);
    background-blend-mode: lighten;
}

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

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

