Skip to content

Commit b9d9474

Browse files
Fix dark mode header text colors on CV page
- Update h1, h2, and h3 text colors to lighter blue in dark mode - "Allen Hart" title and all section headers now visible in dark mode 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a2c08dc commit b9d9474

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/css/extended/cv-style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,19 @@
5757

5858
/* Dark mode adjustments */
5959
.dark .cv-page h1 {
60+
color: #7ab8e8;
6061
border-bottom-color: #7ab8e8;
6162
}
6263

6364
.dark .cv-page h2 {
65+
color: #7ab8e8;
6466
border-bottom-color: #7ab8e8;
6567
}
6668

69+
.dark .cv-page h3 {
70+
color: #7ab8e8;
71+
}
72+
6773
.dark .cv-page .cv-contact {
6874
border-left-color: #7ab8e8;
6975
}

0 commit comments

Comments
 (0)