summaryrefslogtreecommitdiffstats
path: root/themes/Brine/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Brine/layouts/_default/baseof.html')
-rw-r--r--themes/Brine/layouts/_default/baseof.html4
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}