Skip to content

Commit 12d1b6e

Browse files
authored
Merge pull request #1687 from recodehive/copilot/change-blog-header-colors
style: change blog content headings (h1–h4) color to #1F2937
2 parents eb09291 + a076b15 commit 12d1b6e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,6 +2160,20 @@ html[data-theme="dark"] .blog-post-page .markdown {
21602160
margin-bottom: 0.5rem !important;
21612161
}
21622162

2163+
.blog-post-page .markdown h1,
2164+
.blog-post-page .markdown h2,
2165+
.blog-post-page .markdown h3,
2166+
.blog-post-page .markdown h4 {
2167+
color: #1F2937 !important;
2168+
}
2169+
2170+
html[data-theme="dark"] .blog-post-page .markdown h1,
2171+
html[data-theme="dark"] .blog-post-page .markdown h2,
2172+
html[data-theme="dark"] .blog-post-page .markdown h3,
2173+
html[data-theme="dark"] .blog-post-page .markdown h4 {
2174+
color: #D1D5DB !important;
2175+
}
2176+
21632177
/* ── Large desktop (≥1400px) — wider content ── */
21642178
@media (min-width: 1400px) {
21652179
.blog-wrapper .container>.row>.col.col--3 {

0 commit comments

Comments
 (0)