diff --git a/layouts/index.html b/layouts/index.html index 86d9d0c..0e385d6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,7 @@ {{ partial "header.html" . }} -

🍲 Based Cooking 🍳

-
- 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 ; }