[reproducible-website] 01/02: Make all headings bold.

Chris Lamb chris at chris-lamb.co.uk
Thu Dec 21 20:50:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository reproducible-website.

commit ccfb68f5b5fa9060b06171554b3bcd372b10a71b
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Dec 21 20:37:44 2017 +0000

    Make all headings bold.
---
 css/main.css | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/css/main.css b/css/main.css
index 35d59bf..f720ef5 100644
--- a/css/main.css
+++ b/css/main.css
@@ -269,11 +269,11 @@ aside li a {
 }
 
 @media (min-width: 750px) {
-  .post-content h2 { font-size: 3.6rem; }
-  .post-content h3 { font-size: 3.0rem; }
-  .post-content h4 { font-size: 2.4rem; }
-  .post-content h5 { font-size: 1.8rem; }
-  .post-content h6 { font-size: 1.5rem; }
+  .post-content h2 { font-size: 3.6rem; font-weight: bold; }
+  .post-content h3 { font-size: 3.0rem; font-weight: bold; }
+  .post-content h4 { font-size: 2.4rem; font-weight: bold; }
+  .post-content h5 { font-size: 1.8rem; font-weight: bold; }
+  .post-content h6 { font-size: 1.5rem; font-weight: bold; }
 }
 
 .post-header { margin: 0px 0 30px; }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list