From a0f3390ad30d9b9a93d3e925582a678b64a245f8 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Sun, 24 Oct 2021 12:41:30 +0200 Subject: [PATCH] style: black text --- client/src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/App.css b/client/src/App.css index 71293f8c2..0d8a50abe 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -14,3 +14,7 @@ html, user-select: none; -webkit-app-region: drag; } + +option { + color: black; +}