From 912696e53eba7e75e9af2e1dac7b2371159019c6 Mon Sep 17 00:00:00 2001 From: Kate Temkin Date: Sat, 27 Apr 2024 23:14:00 -0600 Subject: [PATCH] update TODO and make a tiny style tweak --- TODO.md | 9 ++------- themes/lix/assets/scss/sections/blog-single.scss | 3 +++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index ed818358..766c39ff 100644 --- a/TODO.md +++ b/TODO.md @@ -4,25 +4,20 @@ TODO List ## Misc - Fix the favicon -- Fix the TODO FIXME section of install / existing installs. -- Figure out what to replace the location section with. -- Fill out the "contact us" section on the main page. -- Figure out any legalese we need on the main page. +- Remove the "pending pull request" from the install page, once that's merged. - Add social media icons below lix for mastodon/github/etc. - Figure out where "usability" should link to. ## Pages - Create the `/resources` page, with resources for learning Nix. -- Create the /team page and include CoI declarations. - Create a /community page linking to matrix. - Link "/contributing" to... maybe the wiki? - - Figure out where to link the "Docs" link to, and uncomment it. ## Graphics -- Fix the fact that Hugo is sticking the wrong thing into the alt text. +- Fix the fact that Hugo is sticking the wrong thing into the alt texts. - Replace the primary "hero" graphic with a Lix one. - Replace the "lix-managed systems" graphic with an image of our logo on a screen. - Replace the placeholders for each of the three main page "why lix" points. diff --git a/themes/lix/assets/scss/sections/blog-single.scss b/themes/lix/assets/scss/sections/blog-single.scss index d31b2ec2..65edf48b 100644 --- a/themes/lix/assets/scss/sections/blog-single.scss +++ b/themes/lix/assets/scss/sections/blog-single.scss @@ -16,6 +16,9 @@ h3 { margin-top: 2rem; + color: $danger; + font-size: inherit; + font-weight: 600; }