monospace
This commit is contained in:
parent
5a6bab4a12
commit
da1a47ed04
|
@ -1,6 +1,6 @@
|
||||||
body { font-family: sans-serif; background: #eee; }
|
body { font-family: monospace; background: #eee; }
|
||||||
a, h1, h2 { color: #377ba8; }
|
a, h1, h2 { color: #377ba8; }
|
||||||
h1, h2 { font-family: 'Georgia', serif; margin: 0; }
|
h1, h2 { font-family: monospace; margin: 0; }
|
||||||
h1 { border-bottom: 2px solid #eee; }
|
h1 { border-bottom: 2px solid #eee; }
|
||||||
h2 { font-size: 1.2em; }
|
h2 { font-size: 1.2em; }
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ template fail*(): expr =
|
||||||
halt render(baseTemplate, layoutCtx)
|
halt render(baseTemplate, layoutCtx)
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
port = getEnv("PORT").parseInt().Port
|
port = getEnv("PORT").parseInt().Port
|
||||||
bindAddr = "0.0.0.0"
|
bindAddr = "0.0.0.0"
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
get "/":
|
get "/":
|
||||||
|
|
Loading…
Reference in New Issue