From 822aa92d0efddaf855ef5f364e01159557510709 Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Thu, 7 Nov 2019 20:44:38 +0100 Subject: [PATCH] Corrections sur les couleurs --- v2/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v2/index.html b/v2/index.html index 6819ef4..7b7323e 100644 --- a/v2/index.html +++ b/v2/index.html @@ -10,7 +10,7 @@ .chapril-banniere-Nav { - background-color: #2e5281; + background-color: #005184; font-family: 'dejavu_sanscondensed', sans-serif; text-transform: uppercase; font-size: small; @@ -31,7 +31,7 @@ } .chapril-banniere-Nav a:hover { - color: #ff5e00; + color: #ff9759; } .chapril-banniere-Menu { @@ -87,12 +87,12 @@ } .chapril-banniere-Menu summary:hover { - border-color: #ff5e00; + border-color: #ff9759; cursor:pointer; } .chapril-banniere-Menu summary:hover span { - background-color: #ff5e00; + background-color: #ff9759; } .chapril-banniere-Menu div { @@ -100,7 +100,7 @@ padding-bottom: 8px; text-align: center; background-color: #153a6a; - border-top: 1px solid #2e5281; + border-top: 1px solid #005184; } .chapril-banniere-Entree {