From 8ac720ce0369d5bc0cde418213cd3721f3c4896b Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 30 Apr 2018 17:17:05 +0200 Subject: Unify css with ache.one --- public/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') 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; } -- cgit v1.2.3