Corrections sur les couleurs

This commit is contained in:
Vincent Calame 2019-11-07 20:44:38 +01:00 committed by root
parent 4468ee4d6a
commit 822aa92d0e
1 changed files with 5 additions and 5 deletions

View File

@ -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 {