From a64d809bc2826255fa6e596551a7ce1c32785216b838e1a667b7e777591021cc Mon Sep 17 00:00:00 2001 From: nnwhen Date: Thu, 6 Mar 2025 19:18:19 +0200 Subject: [PATCH] universalise highlighting, new 'now' --- blog/blog-style.css | 4 ---- now.html | 40 ++++++++++++++++++++++++++++++++++++++-- style.css | 4 ++++ 3 files changed, 42 insertions(+), 6 deletions(-) diff --git a/blog/blog-style.css b/blog/blog-style.css index 6457c37..60c082e 100644 --- a/blog/blog-style.css +++ b/blog/blog-style.css @@ -152,10 +152,6 @@ margin: 0; } -.highlight { - background-color: var(--text-highlight); -} - #review-header { position: relative; } diff --git a/now.html b/now.html index a081b55..982e89b 100644 --- a/now.html +++ b/now.html @@ -137,6 +137,42 @@
+
+
+

Huge Project Progress

+

Music Making Machine!

+

2025-03-06

+
+

+ I made some incredible progress on 3 tracks I've been working on for + a new EP. Two of which have been + sitting on the back-burner for A While. +

+

+ I'm considering ways to share snippets and such, + if you have any ideas please let me know. I know that Bandcamp has a preview feature but, as far as I know, + they need to know what other tracks will be on the Album too. Which I + do not know myself. +

+

+ Posting snippets here, like I've already done with 'Chest' is cool, + but it has no visibility nor notification. I think I will make a + blog-post and express that any other updates will be here, in the + 'Now' section. +

+

+ If you know how, + + you may want to + watch my RSS feed + - https://nnwhen.com/feed.xml - I may use Substack or similar for + email notifications. We shall see. +

+
+

Consistency is Easy

@@ -152,8 +188,8 @@ excuses.

- Honestly really good advice that works well for me. (I use it for other habits too). It took a few - years before I heeded it though. + Honestly really good advice that works well for me. (I use it for + other habits too). It took a few years before I heeded it though.

diff --git a/style.css b/style.css index 1baa18c..e3de278 100644 --- a/style.css +++ b/style.css @@ -280,6 +280,10 @@ header { filter: brightness(20%) !important; } +.highlight { + background-color: var(--text-highlight); +} + /* ------------------------------------------------------ */ @media only screen and (max-width: 790px) {