docs: Use bold text for all headers

All headers except for <h1> were already bold: make it bold as
well to increase visual consistency.
This commit is contained in:
Andrea Bolognani 2016-03-30 15:32:34 +02:00
parent 56b2af1205
commit 2f171fa262

View File

@ -1,9 +1,4 @@
h1 {
font-weight: normal;
color: #3c857c;
}
h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #3c857c;
}