summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {