From 7c45dcc2f8270b585ec34e98f9091ea4c5ec853e Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 29 Aug 2019 11:14:42 +1000 Subject: [PATCH] style improvements --- static/style.css | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/static/style.css b/static/style.css index 10c798b..f9c5b5a 100644 --- a/static/style.css +++ b/static/style.css @@ -10,6 +10,9 @@ body { background-color: #444a5c; padding:10px; } +.container.light { + background-color: #4d5366; +} .column { flex-grow: 1; flex-basis: 0; @@ -18,6 +21,18 @@ body { .large { font-size: 1.2em; } +.centred { + text-align: center; +} +.thin { + font-weight: 300; +} +.subtle { + color: #dddddd; +} +.row { + display: flex; +} a.button { color: white; @@ -62,22 +77,9 @@ a:visited { h1 { font-size: 4em; + margin-top: 10px !important; } h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 0; } - -.centred { - text-align: center; -} -.thin { - font-weight: 300; -} -.subtle { - color: #dddddd; -} - -.row { - display: flex; -}