diff options
author | breadcat | 2021-07-04 10:43:09 +0100 |
---|---|---|
committer | breadcat | 2021-07-04 10:43:09 +0100 |
commit | ec7bbdbf257b8d2b11ba937dc599c5a3a90e3407 (patch) | |
tree | a2ba657b40688c0ed48537ff20d207a54e3e9709 /themes/Brine/layouts/_default/baseof.html | |
parent | 851e3b8d16cce57b52148ec248785dddbd3c5540 (diff) | |
download | blog.minskio.co.uk-ec7bbdbf257b8d2b11ba937dc599c5a3a90e3407.tar.gz blog.minskio.co.uk-ec7bbdbf257b8d2b11ba937dc599c5a3a90e3407.tar.bz2 blog.minskio.co.uk-ec7bbdbf257b8d2b11ba937dc599c5a3a90e3407.zip |
Fix headings for lighthouse scoring
100%, hurrah
Diffstat (limited to 'themes/Brine/layouts/_default/baseof.html')
-rw-r--r-- | themes/Brine/layouts/_default/baseof.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html index dfc31b0..3ed54e7 100644 --- a/themes/Brine/layouts/_default/baseof.html +++ b/themes/Brine/layouts/_default/baseof.html @@ -8,13 +8,13 @@ <style> 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} + h2{font-size:xx-large;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} aside{background:#212121;padding:3.75vw;top:0} main{margin:8vh auto;max-width:90%} + main h1 {font-size: xx-large; margin-top: 8vh} code{background:#eee;font-family:Consolas,monaco,monospace;padding:5px;font-size:75%} pre>code{display:block;padding:20px;white-space:pre-wrap;font-size:75%;max-width:80ch} p,a,li,h1{max-width:70ch} |