From 1cf4d1b33e139bd77ef0a3b9cb3fef2ff822a8d9 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 14 Apr 2018 03:29:17 +0200 Subject: Style enhancement --- design/contenu.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'design/contenu.css') diff --git a/design/contenu.css b/design/contenu.css index f940d20..043504a 100755 --- a/design/contenu.css +++ b/design/contenu.css @@ -10,6 +10,21 @@ article h3 { font-size:1.25em; color: #AC4; } +article h2:before { + content: "# "; + color: #ABB; + font: bold 1em arial, sans-serif; +} +article h3:before { + content: "## "; + color: #ABB; + font: bold 1em arial, sans-serif; +} +article h4:before { + content: "### "; + color: #ABB; + font: bold 1em arial, sans-serif; +} section > p:nth-of-type(1) { } section > p:nth-of-type(1):after { -- cgit v1.2.3-54-g00ecf