We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb09291 + a076b15 commit 12d1b6eCopy full SHA for 12d1b6e
1 file changed
src/css/custom.css
@@ -2160,6 +2160,20 @@ html[data-theme="dark"] .blog-post-page .markdown {
2160
margin-bottom: 0.5rem !important;
2161
}
2162
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
2177
/* ── Large desktop (≥1400px) — wider content ── */
2178
@media (min-width: 1400px) {
2179
.blog-wrapper .container>.row>.col.col--3 {
0 commit comments