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