aboutsummaryrefslogtreecommitdiff
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/templates/layout.html b/templates/layout.html
index c776582..73c9153 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -16,13 +16,20 @@
}
}
+html, body {
+ background: #fbfaf9
+}
+
div#crane {
font-family: monospace;
- background: white;
- padding: 4px;
- max-width: 55em;
+ background: #fff;
+ padding: 16px;
+ max-width: 60em;
margin: auto;
overflow-wrap: break-word;
+ border: 1px solid #eee;
+ box-shadow: 0 0 .5em #999;
+ border-radius: 2px;
}
div#crane a {
@@ -208,7 +215,6 @@ div#crane div.list div.papersection {
padding-top: 0.5em;
padding-bottom: 0.5em;
color: black;
- font-size: 120%;
}
div#crane div.footer {