From: TheSaminator Date: Thu, 2 Jun 2022 16:24:45 +0000 (-0400) Subject: Keep tweaking colors X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=bcf26623c6c41a45ca6790d59775019dae48495a;p=starship-fights Keep tweaking colors --- 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; }