From 4f02cd3810d6bf79ff0c8137b5fbe8e94a8c5bf0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Jun 2024 15:13:00 +0200 Subject: [PATCH] ajout css --- css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 39de85a..be67c40 100644 --- a/css/custom.css +++ b/css/custom.css @@ -48,7 +48,7 @@ header.header .main-navbar-wrapper .container { .home-domain-search { background-color: var(--g4c-dark-green) !important; color: white; - border-bottom-right-radius: 12rem !important; + /*border-bottom-right-radius: 12rem !important;*/ } .home-domain-search .container { @@ -254,6 +254,13 @@ header.header .search { width: 55%; } +.icon-color{ + color: var(--g4c-dark-green) !important; +} + +.bordert-color{ + border-top-color: var(--g4c-dark-green) !important; +} @media (min-width: 576px) { .card-columns { column-gap: 1rem !important;