From 25c9c9f3e7eee1b7d39c10c882126135cc635c9a Mon Sep 17 00:00:00 2001 From: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")> Date: Mon, 4 May 2015 16:30:27 +0200 Subject: [PATCH] Colorize lower headings in blue --- styles/readtheorg/css/readtheorg.css | 5 +++++ styles/readtheorg/readtheorg.org | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 615fa5c..6bdd75a 100755 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -31,6 +31,11 @@ h6{ font-size:100%; } +h4,h5,h6{ + color:#2980B9; + font-weight:300; +} + html{ -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; diff --git a/styles/readtheorg/readtheorg.org b/styles/readtheorg/readtheorg.org index 1bd26b7..7fbfb08 100755 --- a/styles/readtheorg/readtheorg.org +++ b/styles/readtheorg/readtheorg.org @@ -48,6 +48,11 @@ h5{ h6{ font-size:100%; } + +h4,h5,h6{ + color:#2980B9; + font-weight:300; +} #+end_src ** Body