From 6d7be04861399c584b673d1bc1897d72cc3c2b4a Mon Sep 17 00:00:00 2001 From: Ev Chapman Date: Sat, 18 Jul 2026 04:12:01 +1000 Subject: [PATCH] Headings all use Claude peach (#D97757) H1/H2/H3 now use the peach accent in both light and dark mode; previously H2 used the deeper terracotta (#C15F3C) and H1/H3 used near-black/grey. Bump to 1.0.1. Co-Authored-By: Claude Opus 4.8 --- manifest.json | 2 +- theme.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index cb70f9b..62ff16f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Hyo", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.0.0", "author": "Ev Chapman", "authorUrl": "https://evchapman.com" diff --git a/theme.css b/theme.css index f8d29e4..afcd7f1 100644 --- a/theme.css +++ b/theme.css @@ -422,7 +422,7 @@ body { letter-spacing: -0.02em; line-height: 1.3; margin: 1.2em 0 0.8em; - color: #2D2A26 !important; + color: #D97757 !important; padding-bottom: 0.3em; border-bottom: 2px solid #D97757; } @@ -439,7 +439,7 @@ body { letter-spacing: -0.01em; line-height: 1.3; margin: 1.2em 0 0.4em; - color: #C15F3C !important; + color: #D97757 !important; } .markdown-rendered h3, @@ -448,13 +448,13 @@ body { font-weight: 600; line-height: 1.3; margin: 1.2em 0 0.4em; - color: #7A7268 !important; + color: #D97757 !important; } /* Dark mode heading colours */ .theme-dark .markdown-rendered h1, .theme-dark .markdown-source-view.mod-cm6 .HyperMD-header-1 { - color: #E8E4DE !important; + color: #D97757 !important; border-bottom-color: #D97757; } @@ -465,7 +465,7 @@ body { .theme-dark .markdown-rendered h3, .theme-dark .markdown-source-view.mod-cm6 .HyperMD-header-3 { - color: #A8A29A !important; + color: #D97757 !important; } /* Lists — outline-grade visual hierarchy */