From 7b473dc162d05297c1fd8c1d240177d568dfb5d7 Mon Sep 17 00:00:00 2001 From: Damian Murawski Date: Wed, 20 Nov 2024 22:03:16 +0100 Subject: [PATCH] Color contrast fixes --- templates/info_box.html.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/info_box.html.twig b/templates/info_box.html.twig index 83982a0..96ae1c1 100644 --- a/templates/info_box.html.twig +++ b/templates/info_box.html.twig @@ -14,7 +14,7 @@ font-size: 16px !important; line-height: 1.6; box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.22); - background: rgba(36, 157, 129, 0.9); + background: rgba(16, 116, 93, 0.9); backdrop-filter: blur(10px); overflow: hidden; } @@ -24,7 +24,7 @@ } .info-box a { - color: rgba(255, 255, 255, 0.65); + color: rgba(255, 255, 255, 0.85); text-decoration: underline; } @@ -45,7 +45,7 @@ border-radius: 4px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); - color: rgba(255, 255, 255, 0.65); + color: rgba(255, 255, 255, 0.85); padding: 4px 10px !important; } @@ -71,7 +71,7 @@ } .select-color-green { - background: rgba(36, 157, 129, 0.9) !important; + background: rgba(16, 116, 93, 0.9) !important; } .info-cta {