added color and background-color to body

This commit is contained in:
westtle 2024-02-05 18:27:52 +07:00
parent 5b58871108
commit 3d62e422f1

View file

@ -81,4 +81,9 @@ textarea {
clip: rect(0 0 0 0);
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
}
body {
color: hsl(var(--color-1));
background-color: hsl(var(--color-2));
}