From 64fff61ba7164962f126b103e8951b0bacc08d4b Mon Sep 17 00:00:00 2001 From: Mossfet Date: Fri, 31 Mar 2023 22:01:42 +0100 Subject: [PATCH] Changed colour scheme --- .hugo_build.lock | 0 static/images/feed.svg | 41 ++++++++++++++++++++++++++- themes/sitetheme/static/css/style.css | 15 ++++++++-- 3 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 .hugo_build.lock diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/static/images/feed.svg b/static/images/feed.svg index 14a6f3f..5a110a8 100644 --- a/static/images/feed.svg +++ b/static/images/feed.svg @@ -1 +1,40 @@ -RSS \ No newline at end of file + + + + + RSS + + diff --git a/themes/sitetheme/static/css/style.css b/themes/sitetheme/static/css/style.css index 1536773..46bbdcd 100644 --- a/themes/sitetheme/static/css/style.css +++ b/themes/sitetheme/static/css/style.css @@ -12,14 +12,14 @@ } a { - color: black; + color: #a7c080; text-decoration: underline; } .border { - border: 2px solid black; + border: 2px solid #445055; padding: 10px; - margin-bottom: 20px; + margin-bottom: 20px;e67e80 } .footer { @@ -86,3 +86,12 @@ a { display: flex; justify-content: space-evenly; } + +body { + background-color: #2b3339; + color: #d3c6aa; +} + +h1, h2, h3, h4, h5, h6 { + color: #e67e80; +}