From 673d74c3c8bd5768887cdadac46c3045e44f09c1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Jun 2023 14:14:01 +0200 Subject: [PATCH] Improved colors --- static/css/ab.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/static/css/ab.css b/static/css/ab.css index 65c7119..f25b3c2 100644 --- a/static/css/ab.css +++ b/static/css/ab.css @@ -1,16 +1,22 @@ body { font-family: 'Courier New', Courier, monospace; - background-color: #181a1b; + background-color: rgb(19, 21, 22); +} + +html, body { + border-color: #736b5e; + color: #e8e6e3; } #header { border-radius: 10px; text-align: center; - background-color: dimgray; - color: #eee; width: 100%; padding-top: 25px; padding-bottom: 25px; + background-color: rgb(79, 86, 89); + color: #eeeeee; + font-weight: bold; } #content { @@ -26,32 +32,35 @@ body { .ab { float:none; - background-color: lightslategrey; border-radius: 10px; margin-top: 10px; justify-content: center; align-items: center; display: flex; padding: 5px; + background-color: rgb(83, 97, 111); } .a { float:left; width: 45%; box-sizing: border-box; - background-color:gold; padding: 25px; border-radius: 10px; + background-color: gold; + color: #000000; + font-weight: bold; } .b { float:left; width: 45%; box-sizing: border-box; - background-color: black; - color: white; padding: 25px; border-radius: 10px; + background-color: rgb(0, 0, 0); + color: rgb(232, 230, 227); + font-weight: bold; } .separator { @@ -60,7 +69,7 @@ body { box-sizing: border-box; writing-mode: vertical-lr; transform:rotate(210deg); - font-size: xx-small; + font-size: x-small; display: flex; justify-content: center; align-items: center;