From 8ae3959f783d9ff6bf6eee7ff976ed0e02769324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Tue, 20 Feb 2024 17:25:13 +0100 Subject: [PATCH] improved accessibility --- public/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/styles.css b/public/styles.css index 8e0cdd8..9b14e4c 100644 --- a/public/styles.css +++ b/public/styles.css @@ -83,7 +83,7 @@ html, body { margin: 0; height: 100vh; - background-color: var(--base); + background-color: var(--surface0); color: var(--text); display: grid; place-items: center; @@ -96,7 +96,7 @@ body { box-sizing: border-box; width: 8.5in; height: 11in; - background-color: var(--surface0); + background-color: var(--base); padding: 0.5in; position: relative; animation: 0.4s ease-out 0s 1 fadein;