From c996300db6ae193f2737bc1e55ea63553641ebf9 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 16 Apr 2022 11:05:37 -0400 Subject: warm colors, close #221 --- static/style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index efbcec6..bd43f1c 100644 --- a/static/style.css +++ b/static/style.css @@ -1,11 +1,12 @@ body { background: #151515 ; - color: #ccc ; + color: navajowhite ; max-width: 850px ; margin: auto ; padding: 0 16px ; margin-bottom: 500px ; scrollbar-color: gray #151515; + font-family: sans-serif ; } ::-webkit-scrollbar { @@ -15,17 +16,23 @@ body { ::-webkit-scrollbar-thumb { background-color: gray; border-radius: 5px; -}font-family: sans-serif ; +} a { - color: lightblue ; + color: gold ; +} + +.tagcloud a { + color: darkorange ; } a:visited { - color: gray ; + color: darkgoldenrod ; } h1 { + border-style: solid ; + border-width: 0px 0px 2px 0px ; text-align: center ; } -- cgit v1.2.3