From cb577562650e600cf5e0510ccc7154a36f092d36 Mon Sep 17 00:00:00 2001 From: vodofrede Date: Sat, 19 Mar 2022 21:57:07 +0100 Subject: [PATCH] fixed light mode input field --- src/style/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/style/main.css b/src/style/main.css index a7e3c99..ea9b9dc 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -5,6 +5,7 @@ --secondary: #f8f8ff; --border: grey; --font-color: black; + --font-inverted: white; --link-color: #1d7484; } } @@ -15,6 +16,7 @@ --secondary: #1c1b22; --border: black; --font-color: white; + --font-inverted: black; --link-color: tomato; } } @@ -277,7 +279,7 @@ tbody:first-child { } .app .stat:not([disabled]) { - color: var(--primary); + color: black; } .app hr {