From 6ae3218e2dd130c085074a0d13d156bdba99716f Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 26 Oct 2025 14:40:10 +0200 Subject: feat(web): adjust colors --- web/src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/src/index.css') diff --git a/web/src/index.css b/web/src/index.css index 4fe2764..bd5ebf3 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,5 +1,9 @@ @import "tailwindcss"; body { - background: var(--color-neutral-900); + background: var(--color-neutral-800); +} + +*:focus-visible { + outline: 2px solid var(--color-green-400); } -- cgit v1.2.3