From a7ac9951a6178f8849fb874db8036ebde89a080c Mon Sep 17 00:00:00 2001 From: Guus Date: Fri, 4 Jul 2025 12:54:02 +0200 Subject: [PATCH] fix text outline for headers --- frontend/src/app/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/style.css b/frontend/src/app/style.css index 0b20a80..4ffc5ec 100644 --- a/frontend/src/app/style.css +++ b/frontend/src/app/style.css @@ -35,5 +35,5 @@ } .text-outline { - -webkit-text-stroke: 3px black; + -webkit-text-stroke: 2px black; }