Improved colors

This commit is contained in:
root 2023-06-02 18:40:46 +02:00
parent 65b8afb47b
commit b1bb6d0f73
1 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ html, body {
border-radius: 10px; border-radius: 10px;
border: 1px solid transparent; border: 1px solid transparent;
background-color: gold; background-color: gold;
color: #000000; color: black;
font-weight: bold; font-weight: bold;
text-align:left; text-align:left;
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
@ -63,8 +63,8 @@ html, body {
padding: 25px; padding: 25px;
border-radius: 10px; border-radius: 10px;
border: 1px solid transparent; border: 1px solid transparent;
background-color: rgb(0, 0, 0); background-color: black;
color: rgb(232, 230, 227); color: gold;
font-weight: bold; font-weight: bold;
text-align:left; text-align:left;
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
@ -83,9 +83,9 @@ input[type="radio"] {
} }
.ab input:checked + label { .ab input:checked + label {
background-color: rgb(44, 116, 148); background-color: cornsilk;
border: 1px solid #000000; border: 1px solid #000000;
color: #eeeeee; color: #333333;
} }
.separator { .separator {