aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-13 12:10:11 +0200
committerache <ache@ache.one>2018-04-13 12:10:11 +0200
commit34c3f2bca94df5c46dc9bc3307563370d40bbf49 (patch)
tree64e9cefc49b6dcae577dbee8c1cbce74c9c8173a /public
parentIntegration of the bundle editor (diff)
Style enhancement
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index c1f1315..b21d936 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -162,3 +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;}