aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/svg.scss
blob: eddbbe5faa76417bd600bb4dbc8e204e24bf5bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    svg {
        path,
        polygon,
        linearGradient,
        rect {
            fill: #00ADDC !important;
        }

        circle {
            fill: none !important;
        }

        text {
            display: none !important;
        }
    }
}