From 6386c12fc0e606829d2b5bfea31d647852f2b491 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sun, 22 Oct 2017 23:20:46 +0200 Subject: Adding work on new theme --- crumbs/static/css/nest.css | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'crumbs/static/css/nest.css') diff --git a/crumbs/static/css/nest.css b/crumbs/static/css/nest.css index f822494..e565824 100755 --- a/crumbs/static/css/nest.css +++ b/crumbs/static/css/nest.css @@ -195,11 +195,11 @@ h5 { font-size:12px; font-weight:600; } -.header-nav .nav{ +.header-nav .nav { float:right; } .header-nav .nav a { - font-weight:300; + font-weight: 300; font-size: 18px; color:#fff; text-decoration:none; @@ -394,27 +394,27 @@ h5 { } pre.col { - background: #242424; - padding: 15px; - font-size: 16px; - line-height: 24px; - font-family: Consolas, monaco, monospace; - border-radius: 0px; - color: #FEFEFE; - margin: 34px 0; - font-weight: 700; -} - -pre.highlight { - background: #242424; - padding: 15px; - font-size: 16px; - line-height: 24px; - font-family: Consolas, monaco, monospace; - border-radius: 0px; - color: #ffa435; - margin: 34px 0; - font-weight: 700; + background: #242424; + padding: 15px; + font-size: 16px; + line-height: 24px; + font-family: Consolas, monaco, monospace; + border-radius: 0px; + color: #FEFEFE; + margin: 34px 0; + font-weight: 700; +} +p +re.highlight { + background: #242424; + padding: 15px; + font-size: 16px; + line-height: 24px; + font-family: Consolas, monaco, monospace; + border-radius: 0px; + color: #ffa435; + margin: 34px 0; + font-weight: 700; } -- cgit v1.2.3