aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;}