From 533e7827ce55aac44839d671fd6b5a7ceb6d4a90 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 14 Apr 2018 04:14:23 +0200 Subject: Style enhancement --- public/css/style.css | 8 ++++---- 1 file 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;} -- cgit v1.2.3