aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/imports/_svg.css
blob: 165b5e94841b16d65043c07f11759a82aeff6cdf (plain)
1
2
3
4
5
6
7
svg {
  fill: currentColor;
  fill-rule:evenodd;
  clip-rule:evenodd;
  max-width: 100%;
  max-height: 100%;
}