mirror of
https://github.com/evielync/hyo-theme.git
synced 2026-07-22 05:00:27 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
e7c4968f11
commit
6d7be04861
2 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
10
theme.css
10
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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue