Stylesheet themes

This commit is contained in:
Sveske_Juice 2024-02-15 02:08:09 +01:00
parent f5bc1db8f1
commit 0f4764052f
4 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,4 @@
body {
color: var(--text);
background-color: var(--background);
}