From 98e0c0d7abaf453147a833cc1d0f659551a98008 Mon Sep 17 00:00:00 2001 From: Ashelyn Dawn Date: Wed, 21 Dec 2022 00:41:01 +0000 Subject: [PATCH] Adjust color scheme --- about.html | 5 +- changelog.html | 76 ------------------- index.html | 2 +- not_found.html | 1 - .../07_29_2022-on-communities-and-trust.html | 1 - posts/08_01_2022-thoughts-on-neovim.html | 1 - posts/index.html | 1 - resources/style.css | 14 ++-- 8 files changed, 12 insertions(+), 89 deletions(-) delete mode 100644 changelog.html diff --git a/about.html b/about.html index b30e6a1..695f7af 100644 --- a/about.html +++ b/about.html @@ -9,7 +9,6 @@

@@ -45,8 +44,8 @@

I am married to my lovely wife Em, and we have two kids together. I also - have recently started dating my amazing girlfriend - Amber + have two other amazing partners, Amber + and Irisha

Other Projects

diff --git a/changelog.html b/changelog.html deleted file mode 100644 index 2095d1f..0000000 --- a/changelog.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - Changelog - - - - - -

- Changelog -

- -

- Making notes about changes to the site as I go along -

- - -

- Because the posts section is chronological, this - will not include entries for those here. This page is just for organizational - or other changes. -

- -

- If you'd like a more detailed list of changes (including code diffs), - you can find the repository for this site on - Gitlab -

- -
- -

July 29th, 2022

- -

- Added posts section and first post -

- -
- -

June 7th, 2022

- -

- Moved to tempest.dev to replace my dev blog, removed - dev blog link -

- -

- Added changelog -

- -
- -

June 2nd, 2022

- -

- Added about page + navigation -

- -
- -

June 1st, 2022

- -

- Created site on Neocities -

- -
- - diff --git a/index.html b/index.html index 7955534..1d6617b 100644 --- a/index.html +++ b/index.html @@ -4,12 +4,12 @@ tempest.dev +

diff --git a/not_found.html b/not_found.html index 9a1440a..023edeb 100644 --- a/not_found.html +++ b/not_found.html @@ -9,7 +9,6 @@

Not Found diff --git a/posts/07_29_2022-on-communities-and-trust.html b/posts/07_29_2022-on-communities-and-trust.html index 821c467..82da654 100644 --- a/posts/07_29_2022-on-communities-and-trust.html +++ b/posts/07_29_2022-on-communities-and-trust.html @@ -9,7 +9,6 @@

diff --git a/posts/08_01_2022-thoughts-on-neovim.html b/posts/08_01_2022-thoughts-on-neovim.html index a850b46..f300c5c 100644 --- a/posts/08_01_2022-thoughts-on-neovim.html +++ b/posts/08_01_2022-thoughts-on-neovim.html @@ -9,7 +9,6 @@

diff --git a/posts/index.html b/posts/index.html index 1a8d92b..13bb767 100644 --- a/posts/index.html +++ b/posts/index.html @@ -9,7 +9,6 @@

diff --git a/resources/style.css b/resources/style.css index 9e20ffc..ffdeb5c 100644 --- a/resources/style.css +++ b/resources/style.css @@ -6,13 +6,13 @@ html, body { margin: 0; padding: 0; font-family: Arial, sans-serif; - background: #191316; + background: #2b2235; } body { min-height: 100vh; - background: #715a7f; - color: white; + background: #211e22; + color: rgba(255,255,255,.8); max-width: 600px; margin: 0 auto; padding: 16px; @@ -36,6 +36,10 @@ nav > a:not(:last-child) { margin-right: 40px; } +h1 { + color: rgba(255,255,255,.9); +} + h1 > aside { display: inline-block; font-size: .5em; @@ -63,7 +67,7 @@ ul.posts { ul.posts li span { display: inline-block; - min-width: 80px; + min-width: 100px; opacity: .5; text-align: right; margin-right: 10px; @@ -77,5 +81,5 @@ a { a[href^="https:"], a[href^="http:"], a[href^="//"] { - color: #fdd7ff; + color: #caa5ff; }