From 9935c0562b974e3d9f489342dfbacbed27c8d998 Mon Sep 17 00:00:00 2001 From: snoopy Date: Wed, 1 May 2024 01:08:43 +0200 Subject: [PATCH] Changes colors slightly --- static/80x80.svg | 2 +- static/c4.css | 24 ++++++++++++++---------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/static/80x80.svg b/static/80x80.svg index cdaaaf1..2478ce7 100644 --- a/static/80x80.svg +++ b/static/80x80.svg @@ -421,6 +421,6 @@ aria-label="Keller" /> diff --git a/static/c4.css b/static/c4.css index c05e5b0..504bf3a 100644 --- a/static/c4.css +++ b/static/c4.css @@ -4,7 +4,7 @@ body { } h1, h1 a { - color: #fcbb06; /* C4 Yellow */ + color: #dfaa37; /* C4 Yellow */ } .result { @@ -14,12 +14,12 @@ h1, h1 a { .result:focus { background-color: #202020; - border-color: #fcbb06; - outline-color: #fcbb06; + border-color: #dfaa37; + outline-color: #dfaa37; } .result a { - color: #fcbb06; + color: #dfaa37; } .note { @@ -27,13 +27,17 @@ h1, h1 a { font-size: smaller; } +.btn { + box-shadow: 0 3px 6px -1px rgba(0,0,0,0.3); +} + .btn.primary { color: #220; - background-color: #fcbb06; + background-color: #dfaa37; } .btn.primary:hover,.btn.primary:focus { - background-color: #ffcc33; + background-color: #f5c251; } .btn.grn { @@ -48,11 +52,11 @@ h1, h1 a { .btn.red { color: #200; - background-color: #f48; + background-color: #ec6d5f; } .btn.red:hover, .btn.red:focus { - background-color: #f03; + background-color: #ff7667; } @keyframes blinker { @@ -63,8 +67,8 @@ h1, h1 a { } #mapgrid { - outline: 2px solid #fcbb06; - background: #fcbb0680; + outline: 2px solid #dfaa37; + background: #dfaa3780; animation: blinker 1s infinite; }