This commit is contained in:
Nyx 2025-02-28 22:24:17 -06:00
parent 9baac5c4e3
commit ac53d4c577
2 changed files with 7 additions and 9 deletions

View file

@ -1,11 +1,11 @@
export default {
title: "Eleventy Base Blog v9",
url: "https://example.com/",
title: "Nyxblog",
url: "https://blog.everypizza.im/",
language: "en",
description: "I am writing about my experiences as a naval navel-gazer.",
author: {
name: "Your Name Here",
email: "youremailaddress@example.com",
url: "https://example.com/about-me/"
email: "me@everypizza.im",
url: "https://nyx.everypizza.im/"
}
}

View file

@ -8,11 +8,10 @@
:root {
--color-gray-20: #e0e0e0;
--color-gray-50: #C0C0C0;
--color-gray-90: #333;
--background-color: #fff;
--text-color: var(--color-gray-90);
--text-color: #000000
--text-color-link: #082840;
--text-color-link-active: #5f2b48;
--text-color-link-visited: #17050F;
@ -24,14 +23,13 @@
:root {
--color-gray-20: #e0e0e0;
--color-gray-50: #C0C0C0;
--color-gray-90: #dad8d8;
/* --text-color is assigned to --color-gray-_ above */
--text-color: #ffffff;
--text-color-link: #1493fb;
--text-color-link-active: #6969f7;
--text-color-link-visited: #a6a6f8;
--background-color: #15202b;
--background-color: #000000;
}
}