summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-14 04:48:14 +0200
committerache <ache@ache.one>2018-04-14 04:48:19 +0200
commitfe0acc4c863e654bc8c56c69b785796be41f82dd (patch)
treebeae475e36c2f656224f352265b01a9f57f44e55
parentfix css (diff)
Style test
-rwxr-xr-xdesign/contenu.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/design/contenu.css b/design/contenu.css
index 043504a..459ab73 100755
--- a/design/contenu.css
+++ b/design/contenu.css
@@ -13,12 +13,12 @@ article h3 {
article h2:before {
content: "# ";
color: #ABB;
- font: bold 1em arial, sans-serif;
+ font: bold 0.95em arial, sans-serif;
}
article h3:before {
content: "## ";
color: #ABB;
- font: bold 1em arial, sans-serif;
+ font: bold 0.95em arial, sans-serif;
}
article h4:before {
content: "### ";