From c28ee13a388ab6b922a551d73e8f60e621a5e04f Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:39:57 +0100 Subject: [PATCH] fix: book colour scheme --- package.json | 2 +- public/sitemap.xml | 1 + src/components/BookListItem/BookListItem.module.css | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9299ee..e032105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-aaronjy-me", - "version": "1.7.3.0", + "version": "1.7.4.0", "private": true, "type": "module", "scripts": { diff --git a/public/sitemap.xml b/public/sitemap.xml index 5791bcc..d00634e 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -28,6 +28,7 @@ https://www.aaronjy.me/library/the-midnight-library/ https://www.aaronjy.me/library/to-be-taught-if-fortunate/ https://www.aaronjy.me/library/when-the-moon-hits-your-eye/ +https://www.aaronjy.me/writing/You-mostly-never-need-a-CICD-pipeline/Sun, 30 Mar 2025 00:00:00 GMT0.6 https://www.aaronjy.me/writing/attitudes-to-reading/Tue, 18 Mar 2025 00:00:00 GMT0.6 https://www.aaronjy.me/writing/moving-from-github-to-forgejo/Sun, 16 Mar 2025 00:00:00 GMT0.6 https://www.aaronjy.me/writing/performance-considerations-tcp-game-server/Fri, 21 Mar 2025 21:12:47 GMT0.6 diff --git a/src/components/BookListItem/BookListItem.module.css b/src/components/BookListItem/BookListItem.module.css index e5ad8d3..fbbf051 100644 --- a/src/components/BookListItem/BookListItem.module.css +++ b/src/components/BookListItem/BookListItem.module.css @@ -30,9 +30,8 @@ position: absolute; right: 0.5rem; bottom: 0.5rem; - background-color: var(--lt-color-gray-900); + background-color: var(--light); padding: 0.25rem 0.5rem; - color: var(--lt-color-gray-100); border-radius: 0.25rem; display: flex; flex-direction: row;