Skip to content

Commit a076b15

Browse files
Copilotsanjay-kv
andauthored
style: change blog content h1-h4 color to #1F2937
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/f0d85b6a-44d0-428e-9f1e-98be4e8bfc2f Co-authored-by: sanjay-kv <30715153+sanjay-kv@users.noreply.github.com>
1 parent cd79e6e commit a076b15

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)