Malakoff: modification du style des liens hypertexte dans les cellules texte, et des titres h3 identiques aux h2

This commit is contained in:
Michael Bideau 2019-02-18 16:38:41 +00:00
parent 0e6c502e26
commit 89ef9a6406
1 changed files with 15 additions and 1 deletions

View File

@ -167,7 +167,7 @@ div#services > ul > li > strong > a,
letter-spacing: 0.02em;
font-weight: normal;
}
h2 {
h2, h3 {
text-transform: uppercase;
color: #641d55;
font-family: 'dosis_semibold',Arial,Verdana,sans-serif;
@ -184,6 +184,20 @@ div#services > ul > li > strong > a,
margin: 0 0 17px 0;
margin: 0 0 8px 0;
}
.cell.textcell a {
padding: 0px 2px;
line-height: 1.2em;
color: #363333;
font-family: 'raleway_light',Arial,Verdana,sans-serif;
font-weight: normal;
font-size: 1em;
border-bottom: 1px solid #01b7d3;
transition-property: background;
transition-duration: 500ms;
}
.cell.textcell a:hover {
background: #01b7d3;
}
#sidebar {
.cell.titre-menu {