1
0
forked from noxious/client

small fixes

This commit is contained in:
2024-04-09 02:40:04 +02:00
parent 9c6411898b
commit 03c558b10e
2 changed files with 4 additions and 7 deletions

View File

@ -61,7 +61,7 @@
body {
min-height: 100vh;
color: var(--color-text);
background: var(--color-background);
background: black;
transition:
color 0.5s,
background-color 0.5s;