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

index e3e22c4d98afda8b3202054e372847c0e725a4c0..4c8a8c0401358d2a529543035d13ee665a4dfe5c 100644 (file)
@@ -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 {