From ef543920207543c143e8682201a36ea990d6b582 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 18 Jan 2017 23:12:10 +0000 Subject: [PATCH] css updates --- flux.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/flux.css b/flux.css index 90104bda..c095287c 100644 --- a/flux.css +++ b/flux.css @@ -57,13 +57,25 @@ a:visited { color: rgb(0, 100, 0); } +article { + line-height: 2em; +} + /* Code */ +p > code { + background: rgb(230, 240, 230); + padding: 2px; + color: rgb(35, 48, 35); + border: 1px solid rgb(220, 230, 220); +} + pre { - background: rgb(40, 52, 44); + background: rgb(35, 48, 35); border: 1px solid black; border-radius: 10px; - box-shadow: inset -4px 4px 15px 3px rgb(35, 35, 35); + box-shadow: inset -4px 4px 15px 3px rgb(30, 30, 30); + line-height: 1.5em; } .hljs {