From 7403db87d53f5254ed6ac0458d04a1531b6d42a5 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:55:16 -0600 Subject: [PATCH] core: keep buttons using same text color --- default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/default.css b/default.css index 240845b..b738f2d 100644 --- a/default.css +++ b/default.css @@ -48,6 +48,7 @@ canvas { } .navItem { + color: #FAFAFA; background-color: #CB3737; margin: 6px; margin-top: 0px;