Tweaked title and other fixes

This commit is contained in:
Cheri 2023-09-07 11:39:20 +03:00 committed by vib
parent 4abc29aa55
commit 9d73c3f3b0
4 changed files with 31 additions and 23 deletions

View file

@ -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.",

View file

@ -1,5 +1,5 @@
---
title: Hello thereee
title: Hello thereee - cheri.pink
layout: base.njk
---

View file

@ -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 {

View file

@ -1,4 +0,0 @@
Sitemap: https://cheri.pink/sitemap.xml
User-agent: *
Disallow: