chore(svelte): use css var defaults

This commit is contained in:
moklick
2023-06-29 12:24:28 +02:00
parent 1f64b29b50
commit 3af4bf23a4
5 changed files with 15 additions and 23 deletions
@@ -9,8 +9,7 @@
circle {
fill: var(
--pattern-color-props,
var(--background-pattern-color),
var(--background-pattern-color-default)
var(--background-pattern-color, var(--background-pattern-color-default))
);
}
</style>