diff options
author | Jordan <me@jordan.im> | 2021-11-03 13:51:17 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-11-03 13:51:17 -0700 |
commit | f5b6d1e6ebd0f646c915c04e08f7c11fc81e648e (patch) | |
tree | 2f087dff3db841ead65f8a82994bb77ab6cd0ee2 | |
parent | aff47ab1f9b11271ac69d0fee64025f5e26b621c (diff) | |
download | crane-f5b6d1e6ebd0f646c915c04e08f7c11fc81e648e.tar.gz crane-f5b6d1e6ebd0f646c915c04e08f7c11fc81e648e.zip |
crane div border, papersection font-size
-rw-r--r-- | templates/layout.html | 14 |
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 { |