diff --git a/_data/metadata.js b/_data/metadata.js index 7e8b636..85b0d79 100644 --- a/_data/metadata.js +++ b/_data/metadata.js @@ -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/" } } diff --git a/public/css/index.css b/public/css/index.css index 7be5b52..166f0f1 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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; } }