added color and background-color to body
This commit is contained in:
parent
5b58871108
commit
3d62e422f1
1 changed files with 5 additions and 0 deletions
|
@ -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));
|
||||
}
|
Loading…
Reference in a new issue