From 3d62e422f16bb5922193a264079eac90b743ea55 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:27:52 +0700 Subject: [PATCH] added color and background-color to body --- assets/styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/styles/style.css b/assets/styles/style.css index a9ef213..e0c137f 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -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)); } \ No newline at end of file