diff options
author | breadcat | 2020-08-16 13:09:27 +0100 |
---|---|---|
committer | breadcat | 2020-08-16 13:09:27 +0100 |
commit | 7555dbcc7a3bc82b08ad8ff07071d8f028e2b429 (patch) | |
tree | dd09d82acd7082e485cdda8ef3de8ce3bb7a88a2 | |
parent | c29fde8a7e061a93496d71cddef19643b45c8aa3 (diff) | |
download | blog.minskio.co.uk-7555dbcc7a3bc82b08ad8ff07071d8f028e2b429.tar.gz blog.minskio.co.uk-7555dbcc7a3bc82b08ad8ff07071d8f028e2b429.tar.bz2 blog.minskio.co.uk-7555dbcc7a3bc82b08ad8ff07071d8f028e2b429.zip |
Some additional CSS declarations
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
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} |