From 6e368141cbc2ecf1c450eae89a821ce7a864ccca Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Feb 2020 20:23:42 -0800 Subject: Dynamically generate the index file --- src/less/main.less | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/less') diff --git a/src/less/main.less b/src/less/main.less index 1d5d8aa..828bc8b 100644 --- a/src/less/main.less +++ b/src/less/main.less @@ -1,12 +1,19 @@ @background-color: #111114; @foreground-color: #bfbfbf; @link-color: #a88654; +@font-family: sans-serif; body { background-color: @background-color; color: @foreground-color; + font-family: @font-family; } a { color: @link-color; } + +#content { + max-width: 900px; + margin: 0 auto; +} -- cgit v1.2.3-54-g00ecf