From: TheSaminator Date: Thu, 2 Jun 2022 16:01:01 +0000 (-0400) Subject: Tweak colors X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=73e4a1fc2c2f9a821f7fdda0297c96c8252f6671;p=starship-fights Tweak colors --- diff --git a/src/jsMain/resources/style.css b/src/jsMain/resources/style.css index e3e22c4..4c8a8c0 100644 --- a/src/jsMain/resources/style.css +++ b/src/jsMain/resources/style.css @@ -253,12 +253,12 @@ button { background-color: #999; border-radius: 3px; - color: #363; + color: #242; font-size: 0.9em; } button:hover { - color: #6c6; + color: #7e7; } button:active { @@ -307,7 +307,7 @@ button:disabled { text-decoration: none; text-align: center; - color: #484; + color: #242; } .button-set > button:hover { @@ -358,7 +358,7 @@ button:disabled > img { } .panel a { - color: #6c6; + color: #7e7; text-decoration: none; } @@ -367,7 +367,7 @@ button:disabled > img { } .panel a:visited { - color: #6c6; + color: #7e7; } .error {