Meep
This commit is contained in:
parent
9baac5c4e3
commit
ac53d4c577
2 changed files with 7 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
||||||
export default {
|
export default {
|
||||||
title: "Eleventy Base Blog v9",
|
title: "Nyxblog",
|
||||||
url: "https://example.com/",
|
url: "https://blog.everypizza.im/",
|
||||||
language: "en",
|
language: "en",
|
||||||
description: "I am writing about my experiences as a naval navel-gazer.",
|
description: "I am writing about my experiences as a naval navel-gazer.",
|
||||||
author: {
|
author: {
|
||||||
name: "Your Name Here",
|
name: "Your Name Here",
|
||||||
email: "youremailaddress@example.com",
|
email: "me@everypizza.im",
|
||||||
url: "https://example.com/about-me/"
|
url: "https://nyx.everypizza.im/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,11 +8,10 @@
|
||||||
:root {
|
:root {
|
||||||
--color-gray-20: #e0e0e0;
|
--color-gray-20: #e0e0e0;
|
||||||
--color-gray-50: #C0C0C0;
|
--color-gray-50: #C0C0C0;
|
||||||
--color-gray-90: #333;
|
|
||||||
|
|
||||||
--background-color: #fff;
|
--background-color: #fff;
|
||||||
|
|
||||||
--text-color: var(--color-gray-90);
|
--text-color: #000000
|
||||||
--text-color-link: #082840;
|
--text-color-link: #082840;
|
||||||
--text-color-link-active: #5f2b48;
|
--text-color-link-active: #5f2b48;
|
||||||
--text-color-link-visited: #17050F;
|
--text-color-link-visited: #17050F;
|
||||||
|
@ -24,14 +23,13 @@
|
||||||
:root {
|
:root {
|
||||||
--color-gray-20: #e0e0e0;
|
--color-gray-20: #e0e0e0;
|
||||||
--color-gray-50: #C0C0C0;
|
--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: #1493fb;
|
||||||
--text-color-link-active: #6969f7;
|
--text-color-link-active: #6969f7;
|
||||||
--text-color-link-visited: #a6a6f8;
|
--text-color-link-visited: #a6a6f8;
|
||||||
|
|
||||||
--background-color: #15202b;
|
--background-color: #000000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue