[index] Fix font weight in title, and change font color

main
Mickaël Tansorier 8 years ago
parent 3f014859a8
commit 23f98e8883

@ -1553,7 +1553,7 @@
body { body {
background: #f0f4f4; background: #f0f4f4;
color: #4d5059; color: #60636B;
font-size: 15pt; font-size: 15pt;
line-height: 1.85em; line-height: 1.85em;
font-family: 'Ubuntu','Source Sans Pro', sans-serif; font-family: 'Ubuntu','Source Sans Pro', sans-serif;
@ -1580,7 +1580,7 @@
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font-weight: bold; font-weight: bold;
color: #4d5059; color: #60636B;
line-height: 1.25em; line-height: 1.25em;
} }
@ -1633,7 +1633,7 @@
} }
a:hover { a:hover {
color: #4d5059; color: #60636B;
border-bottom-color: transparent; border-bottom-color: transparent;
} }
@ -1918,7 +1918,7 @@
form label { form label {
display: block; display: block;
font-weight: bold; font-weight: bold;
color: #4d5059; color: #60636B;
margin: 0 0 1em 0; margin: 0 0 1em 0;
} }

@ -86,7 +86,7 @@
<!-- Banner --> <!-- Banner -->
<section id="banner"> <section id="banner">
<header> <header>
<h2>Informatique <strong>embarquée</strong> et <strong>open source</strong>.</h2> <h2>Informatique embarquée et open source.</h2>
<p> <p>
Diplômé de lÉcole National Supérieur dIngénieur du Mans (<a href="http://webensim.univ-lemans.fr/">ENSIM</a>). <br /> Diplômé de lÉcole National Supérieur dIngénieur du Mans (<a href="http://webensim.univ-lemans.fr/">ENSIM</a>). <br />
</p> </p>

Loading…
Cancel
Save