From 7555dbcc7a3bc82b08ad8ff07071d8f028e2b429 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 16 Aug 2020 13:09:27 +0100 Subject: Some additional CSS declarations --- themes/Brine/layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/Brine/layouts/_default') diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index 529e627..79fd102 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -9,6 +9,7 @@ a:hover,a.active{text-decoration:underline} body{margin:0;word-wrap:break-word;font:calc(.75em + 1.3vmin)/1.6 "Segoe UI",Helvetica,Arial,sans-serif} h2{margin-top:40px} + h3{margin-bottom:unset} a{text-decoration:none;color:#03c} aside ul{list-style:none;white-space:nowrap;padding:10px} aside a,aside li{color:#E0E0E0} @@ -18,6 +19,7 @@ pre>code{display:block;padding:20px;white-space:pre-wrap;font-size:75%;max-width:80ch} p,a,li,h1{max-width:70ch} blockquote{color:#333;border-left:7px solid #fc9;padding:0 14px;margin:0} + p.pagination>a{padding:5px} @media(min-width:1100px){ aside{position:fixed;min-width:14vw;max-width:17vw;bottom:0;overflow-y:auto} #l{margin-top:0} -- cgit v1.2.3