From 0597400eb0f307da3a1758d517f3254ff8b395b4 Mon Sep 17 00:00:00 2001 From: Brendan Lawton <brendan.lawton@rbb-online.de> Date: Sun, 30 Jun 2024 13:24:38 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20f=C3=BCr=20Safari?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.css b/src/style.css index bb131d6..fc75cd4 100644 --- a/src/style.css +++ b/src/style.css @@ -28,6 +28,8 @@ body { place-items: center; min-width: 320px; min-height: 100vh; + color: rgba(255, 255, 255, 0.87); + background-color: #242424; } h1 { -- GitLab