Fix build issue with glitch-soc's theming system
parent
da2bb672ce
commit
d0dfcc9f3a
|
@ -1405,8 +1405,8 @@ a.sparkline {
|
||||||
inset-inline-start: 10px;
|
inset-inline-start: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background:
|
background:
|
||||||
url('../images/warning-stripes.svg') repeat-y left,
|
url('~images/warning-stripes.svg') repeat-y left,
|
||||||
url('../images/warning-stripes.svg') repeat-y right,
|
url('~images/warning-stripes.svg') repeat-y right,
|
||||||
var(--background-color);
|
var(--background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue