aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 862159f..2397716 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -35,7 +35,7 @@
35 background: white; 35 background: white;
36 line-height: 1.3; 36 line-height: 1.3;
37 font-family: sans-serif; 37 font-family: sans-serif;
38 max-width: 760px; 38 max-width: 700px;
39 margin: 0 auto; 39 margin: 0 auto;
40 display: flex; 40 display: flex;
41 flex-direction: column; 41 flex-direction: column;
@@ -58,6 +58,7 @@
58 58
59 h1 { 59 h1 {
60 font-size: xx-large; 60 font-size: xx-large;
61 line-height: 110%;
61 } 62 }
62 63
63 mark { padding: 0 0.3em; background-color: chartreuse; } 64 mark { padding: 0 0.3em; background-color: chartreuse; }
@@ -82,6 +83,7 @@
82 overflow-x: auto; 83 overflow-x: auto;
83 padding: 1em; 84 padding: 1em;
84 background: var(--code-background)!important; 85 background: var(--code-background)!important;
86 border: 1px solid black;
85 } 87 }
86 88
87 code { 89 code {