This commit is contained in:
skidoodle 2024-01-02 03:14:59 +01:00
parent a65ed73814
commit dea0fbf9bd
8 changed files with 33 additions and 39 deletions

View file

@ -23,14 +23,4 @@
background-color: #8040ee;
border-radius: 10px;
}
}
:root {
--background: #fff;
--foreground: #000;
}
[data-theme='dark'] {
--background: #000;
--foreground: #fff;
}
}