aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-30 17:17:05 +0200
committerache <ache@ache.one>2018-04-30 17:17:05 +0200
commit8ac720ce0369d5bc0cde418213cd3721f3c4896b (patch)
tree832466026460e0c89517f7be32e14c1cebac4aaa /public
parentUpdate rollup editor (diff)
Unify css with ache.one
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index ffedcbd..5c07007 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -162,7 +162,12 @@ kbd {
border-color: #99f;
box-shadow: 0 0 5px #99f;
}
+.view .h1 { font-size:2em; color: #A5B; }
.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;}
+
+.view h1 { font-size:2em; color: #A5B; }
+.view h2 { font-size:1.5em; color: #BB8; }
+.view h3 { font-size:1.25em; color: #AC4; }