From 4b5f7b48ac1b01b59597d8347b620c899e9d1d0c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Jun 2024 09:58:45 +0200 Subject: [PATCH] modif --- css/custom.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index 970912d..5b43325 100644 --- a/css/custom.css +++ b/css/custom.css @@ -6,6 +6,7 @@ --g4c-white: #ffffff; } + /** Header **/ header.header { background-color: var(--g4c-dark-green); @@ -13,7 +14,7 @@ header.header { header.header .navbar a { color: var(--g4c-white); - font-size: 18px; + font-size: 16px; text-decoration: none; } @@ -46,6 +47,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; } .home-domain-search .container { @@ -120,6 +122,17 @@ header.header .search { color: var(--g4c-acid-yellow); } +.btn-box:hover { + color: #ffffff !important; + text-decoration: none; +} + .bg-footer{ background-color: var(--g4c-dark-green) !important; -} \ No newline at end of file +} + +.SAAS{ + background-color: var(--g4c-light-green) !important; + width: auto; +} +