Tweaked title and other fixes
This commit is contained in:
parent
4abc29aa55
commit
9d73c3f3b0
4 changed files with 31 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Cherie's pink site",
|
"name": "Cheri's pink site",
|
||||||
"url": "https://cheri.pink",
|
"url": "https://cheri.pink",
|
||||||
"authorName": "cheri",
|
"authorName": "cheri",
|
||||||
"description": "A personal website with random things, sometimes a blog, Cherie's corner of the internet.",
|
"description": "A personal website with random things, sometimes a blog, Cherie's corner of the internet.",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Hello thereee
|
title: Hello thereee - cheri.pink
|
||||||
layout: base.njk
|
layout: base.njk
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -6,25 +6,30 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: #f7caca;
|
--bg: #ffecfd;
|
||||||
--fg: #2c2c3b;
|
--fg: #2c2c3b;
|
||||||
--link: #FF5975;
|
--link: #FF78C4;
|
||||||
--link_v: #F8758B;
|
--link_v: #f594fe;
|
||||||
--link_h: #771e2d;
|
--link_h: #a20f63;
|
||||||
--bg_grey: #ebadc1;
|
--bg_grey: #ffbddb;
|
||||||
--dark_grey: #f46c97;
|
--dark_grey: #fe97c4;
|
||||||
--title: #f46c9750;
|
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--bg: #302c3b;
|
/* --bg: #312540;
|
||||||
--fg: #fdf0f0;
|
--fg: #fde2ee;
|
||||||
--link: #ff597d;
|
--link: #f6bbd8;
|
||||||
--link_v: #f87596;
|
--link_v: #c4799d;
|
||||||
--link_h: #f94578;
|
--link_h: #eac2d1;
|
||||||
--bg_grey: #2d2531;
|
--bg_grey: #d23574;
|
||||||
--dark_grey: #221c25;
|
--dark_grey: #c62163; */
|
||||||
--title: #221c2550;
|
--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:hover,
|
||||||
a:active {
|
a:active {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -298,6 +304,7 @@ td {
|
||||||
nav {
|
nav {
|
||||||
background-color: var(--bg_grey);
|
background-color: var(--bg_grey);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
nav ul {
|
nav ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -361,13 +368,18 @@ ul.articles li {
|
||||||
footer {
|
footer {
|
||||||
background-color: var(--bg_grey);
|
background-color: var(--bg_grey);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
background-color: var(--title);
|
border-bottom-width: 10px;
|
||||||
padding: 5px;
|
border-bottom-style: solid;
|
||||||
|
padding: 10px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: var(--dark_grey);
|
||||||
|
border-bottom-color: var(--bg_grey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title h1 {
|
.title h1 {
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Sitemap: https://cheri.pink/sitemap.xml
|
|
||||||
|
|
||||||
User-agent: *
|
|
||||||
Disallow:
|
|
Loading…
Reference in a new issue