From cea8441077e3576d7fb8ff73f2d99e900f8a4da7 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 28 Sep 2025 20:50:33 +0200 Subject: [PATCH] Change to white again --- page/src/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/src/App.css b/page/src/App.css index 60b29f41..9ae4e4a1 100644 --- a/page/src/App.css +++ b/page/src/App.css @@ -47,8 +47,8 @@ button.fancy.bg-primary { rgba(0, 123, 255, 1) 100% ); border: 0px solid rgb(27, 149, 255); - text-shadow: rgba(207, 207, 207, 0.2) 0px 1px; - color: #222; + text-shadow: rgba(0, 0, 0, 0.2) 0px 1px; + color: oklch(0.97 0.014 254.604); } button.fancy.bg-primary:hover {