From 5817c36af12539d336909f68f0ee2c6acd9ffad1 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Fri, 27 Jan 2023 14:46:32 +0100 Subject: [PATCH] fix color --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.css b/src/index.css index 74bed443..7968fb22 100644 --- a/src/index.css +++ b/src/index.css @@ -124,6 +124,11 @@ button:disabled { cursor: not-allowed; color: var(--gray); } + +.light button.transparent { + color: var(--font-color); +} + .light button:disabled { color: var(--font-secondary-color); border-color: var(--font-secondary-color);