fix: change root styles to global

This commit is contained in:
Xymorot 2019-07-02 22:23:07 +02:00
parent 67fd4c2880
commit 862bac30b3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</script> </script>
<style> <style>
:root { :global(:root) {
--color-white: #fff; --color-white: #fff;
--color-black: #000; --color-black: #000;