aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-14 04:14:23 +0200
committerache <ache@ache.one>2018-04-14 04:14:23 +0200
commit533e7827ce55aac44839d671fd6b5a7ceb6d4a90 (patch)
tree717ec63ca21d04e73ef8096db4f371da5216e0fa
parenttohtml is now fixed for the view (diff)
Style enhancement
-rw-r--r--public/css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/style.css b/public/css/style.css
index b21d936..ffedcbd 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -162,7 +162,7 @@ kbd {
border-color: #99f;
box-shadow: 0 0 5px #99f;
}
-h1::before { color: #BBB;content: "# "; }
-h2::before { color: #BBB;content: "## "; }
-h3::before { color: #BBB;content: "### "; }
-h4 { margin-left: 60px;}
+.view h2::before { color: #BBB;content: "# "; font: bold 0.95em arial,sans-serif; }
+.view h3::before { color: #BBB;content: "## "; font: bold 0.95em arial,sans-serif; }
+.view h4::before { color: #BBB;content: "### "; font: bold 0.95em arial,sans-serif; }
+.view h5 { margin-left: 60px;}