Keep tweaking colors
authorTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 2 Jun 2022 16:24:45 +0000 (12:24 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Thu, 2 Jun 2022 16:24:45 +0000 (12:24 -0400)
src/jsMain/resources/style.css

index fe0555cd044eb074bbe58f0f7762ad72d1b81405..8ffb9ea9b9f6570b6a13bdea4d7c641718a628f8 100644 (file)
@@ -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;
 }