fix: change root styles to global
This commit is contained in:
parent
67fd4c2880
commit
862bac30b3
|
@ -14,7 +14,7 @@
|
|||
</script>
|
||||
|
||||
<style>
|
||||
:root {
|
||||
:global(:root) {
|
||||
--color-white: #fff;
|
||||
--color-black: #000;
|
||||
|
||||
|
|
Loading…
Reference in New Issue