Skip to content

Commit 24e3e4c

Browse files
committed
Update h2 heading colors to grayscale theme-aware gradients
1 parent 8b4c862 commit 24e3e4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_layouts/post.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}
1414

1515
.prose h2:nth-of-type(even) {
16-
background: linear-gradient(to right, #f0fdf4, #dcfce7);
17-
border-left-color: #10b981;
16+
background: linear-gradient(to right, var(--bg-secondary), var(--bg-tertiary));
17+
border-left-color: var(--color-secondary);
1818
}
1919

2020
.prose h2:nth-of-type(odd) {
21-
background: linear-gradient(to right, #eff6ff, #e0e7ff);
22-
border-left-color: #3b82f6;
21+
background: linear-gradient(to right, var(--bg-tertiary), var(--bg-secondary));
22+
border-left-color: var(--color-secondary);
2323
}
2424

2525
.prose table {

0 commit comments

Comments
 (0)