From 7bae94b26e3c6f6d5cb91b0f70167070c49b2045 Mon Sep 17 00:00:00 2001 From: vib Date: Thu, 7 Sep 2023 11:39:20 +0300 Subject: [PATCH] Tweaked title and other fixes --- src/_data/site.json | 2 +- src/index.md | 2 +- src/resources/style.css | 46 ++++++++++++++++++++++++++--------------- src/robots.txt | 4 ---- 4 files changed, 31 insertions(+), 23 deletions(-) delete mode 100644 src/robots.txt diff --git a/src/_data/site.json b/src/_data/site.json index 9393666..337464e 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -1,5 +1,5 @@ { - "name": "Cherie's pink site", + "name": "Cheri's pink site", "url": "https://cheri.pink", "authorName": "cheri", "description": "A personal website with random things, sometimes a blog, Cherie's corner of the internet.", diff --git a/src/index.md b/src/index.md index 1a5cac4..c8612bc 100644 --- a/src/index.md +++ b/src/index.md @@ -1,5 +1,5 @@ --- -title: Hello thereee +title: Hello thereee - cheri.pink layout: base.njk --- diff --git a/src/resources/style.css b/src/resources/style.css index 8fe3567..7aeb710 100644 --- a/src/resources/style.css +++ b/src/resources/style.css @@ -6,25 +6,30 @@ html { } :root { - --bg: #f7caca; + --bg: #ffecfd; --fg: #2c2c3b; - --link: #FF5975; - --link_v: #F8758B; - --link_h: #771e2d; - --bg_grey: #ebadc1; - --dark_grey: #f46c97; - --title: #f46c9750; + --link: #FF78C4; + --link_v: #f594fe; + --link_h: #a20f63; + --bg_grey: #ffbddb; + --dark_grey: #fe97c4; } @media (prefers-color-scheme: dark) { :root { - --bg: #302c3b; - --fg: #fdf0f0; - --link: #ff597d; - --link_v: #f87596; - --link_h: #f94578; - --bg_grey: #2d2531; - --dark_grey: #221c25; - --title: #221c2550; + /* --bg: #312540; + --fg: #fde2ee; + --link: #f6bbd8; + --link_v: #c4799d; + --link_h: #eac2d1; + --bg_grey: #d23574; + --dark_grey: #c62163; */ + --bg: #131021; + --fg: #F3FFFF; + --link: #5082FF; + --link_v: #656ae3; + --link_h: #789cf7; + --bg_grey: #b03183; + --dark_grey: #5f0b43; } } @@ -69,6 +74,7 @@ a:focus { a:hover, a:active { outline: 0; + border-radius: 3px; } p { @@ -298,6 +304,7 @@ td { nav { background-color: var(--bg_grey); padding: 5px; + border-radius: 5px; } nav ul { margin: 0; @@ -361,13 +368,18 @@ ul.articles li { footer { background-color: var(--bg_grey); padding: 5px; + border-radius: 5px; font-size: 13px; } .title { - background-color: var(--title); - padding: 5px; + border-bottom-width: 10px; + border-bottom-style: solid; + padding: 10px; text-align: right; + border-radius: 5px; + background-color: var(--dark_grey); + border-bottom-color: var(--bg_grey); } .title h1 { diff --git a/src/robots.txt b/src/robots.txt deleted file mode 100644 index 0fb0a41..0000000 --- a/src/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -Sitemap: https://cheri.pink/sitemap.xml - -User-agent: * -Disallow: \ No newline at end of file