From 6a54cea56b5c6fed5c7afd8e57cdef1b3e63dc6c Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 7 Aug 2024 10:15:39 +0200 Subject: [PATCH] dark mode css --- public/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.css b/public/app.css index 5dee57f..4931ae1 100644 --- a/public/app.css +++ b/public/app.css @@ -5,7 +5,7 @@ body { @media (prefers-color-scheme: dark) { body { background-color: black; - color: lightgrey; + color: grey; } }