summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-14 03:29:17 +0200
committerache <ache@ache.one>2018-04-14 03:29:17 +0200
commit1cf4d1b33e139bd77ef0a3b9cb3fef2ff822a8d9 (patch)
treef9c6d8aaaf1abd10c2697d636664f03b45c4debf
parentMàj d'un article (diff)
Style enhancement
-rwxr-xr-xdesign/contenu.css15
1 files changed, 15 insertions, 0 deletions
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 {