From 8e112ad3ee3fa770ad423f4c13208edfbedcefb9 Mon Sep 17 00:00:00 2001 From: Alvin Ng <243186+alvinsj@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:36:43 +0800 Subject: [PATCH] fix missing color --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 18bffe4..74e130b 100644 --- a/src/index.css +++ b/src/index.css @@ -38,6 +38,7 @@ button { font-size: 1em; font-weight: 500; font-family: inherit; + color: inherit; background-color: #1a1a1a; cursor: pointer; transition: border-color 0.25s;