From 8e71a3812c8bb76ac53d50792441bcbc2db9f71b Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Wed, 3 Apr 2024 21:54:27 +0200 Subject: [PATCH] change color scheme --- gaehsnitz/static/gaehsnitz/style.css | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gaehsnitz/static/gaehsnitz/style.css b/gaehsnitz/static/gaehsnitz/style.css index c681616..4b6aacf 100644 --- a/gaehsnitz/static/gaehsnitz/style.css +++ b/gaehsnitz/static/gaehsnitz/style.css @@ -45,23 +45,23 @@ body { #title { margin-top: 16px; text-align: center; - color: #EECC66; + color: #CCEE66; } h1 { margin-bottom: 10px; font-size: 1.6rem; font-weight: normal; - color: #EE9933; - text-shadow: 0 0 16px #EE9933; + color: #99EE33; + text-shadow: 0 0 16px #99EE33; } #navi { - border-top: 1px solid #664422; - border-bottom: 1px solid #664422; + border-top: 1px solid #446622; + border-bottom: 1px solid #446622; padding: 8px 0; text-align: center; - color: #664422; + color: #446622; } #navi a { @@ -71,7 +71,7 @@ h1 { a { text-decoration: none; - color: #EE9933; + color: #99EE33; transition: color 100ms; } @@ -92,7 +92,7 @@ h2 { margin-bottom: 14px; font-size: 1.3rem; font-weight: normal; - color: #EE9933; + color: #99EE33; } h3 { @@ -100,7 +100,7 @@ h3 { margin-bottom: 8px; font-size: 1.15rem; font-weight: normal; - color: #EECC66; + color: #CCEE66; } p, ul { @@ -110,7 +110,7 @@ p, ul { } .accent { - color: #EE4422; + color: #CC4422; } table { @@ -120,26 +120,26 @@ table { } thead { - color: #EECC66; + color: #CCEE66; } .odd-row { - background-color: rgba(102, 68, 24, 0.3); + background-color: rgba(40, 60, 20, 0.4); } .even-row { - background-color: rgba(102, 68, 24, 0.1); + background-color: rgba(40, 60, 20, 0.1); } td { - padding: 3px 12px; + padding: 4px 12px; text-align: right; } hr { margin-top: 24px; margin-bottom: 24px; - border: 3px solid #664422; + border: 3px solid #446622; border-radius: 3px; } @@ -180,7 +180,7 @@ hr { margin-top: 12px; margin-bottom: 12px; border: 2px solid; - border-image: linear-gradient(to right, rgba(238, 153, 51, 1) 0%, rgba(238, 153, 51, 0) 100%) 1; + border-image: linear-gradient(to right, rgb(153, 238, 51) 0%, rgba(238, 153, 51, 0) 100%) 1; overflow: hidden; } @@ -189,7 +189,7 @@ hr { max-width: 160px; max-height: 90px; z-index: -1; - box-shadow: 0 0 30px #664422; + box-shadow: 0 0 30px #446622; } .bandbox p {