From bcf26623c6c41a45ca6790d59775019dae48495a Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Thu, 2 Jun 2022 12:24:45 -0400 Subject: [PATCH] Keep tweaking colors --- src/jsMain/resources/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jsMain/resources/style.css b/src/jsMain/resources/style.css index fe0555c..8ffb9ea 100644 --- a/src/jsMain/resources/style.css +++ b/src/jsMain/resources/style.css @@ -274,7 +274,7 @@ button:disabled { border-left: 2px solid #aaa; border-right: 2px solid #888; border-bottom: 2px solid #888; - color: #333; + color: #555; } .button-set { @@ -316,7 +316,7 @@ button:disabled { } .button-set > button:disabled { - color: #222; + color: #555; cursor: not-allowed; } -- 2.25.1