summaryrefslogtreecommitdiff
path: root/static/custom.css
blob: 2ca63462236f5fc4d5db2a651628b110610871c1 (plain)
1
2
3
4
5
6
7
8
/* Class used to draw SVGs */
.svg {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    fill: currentColor;
}