We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4c862 commit 24e3e4cCopy full SHA for 24e3e4c
1 file changed
_layouts/post.html
@@ -13,13 +13,13 @@
13
}
14
15
.prose h2:nth-of-type(even) {
16
- background: linear-gradient(to right, #f0fdf4, #dcfce7);
17
- border-left-color: #10b981;
+ background: linear-gradient(to right, var(--bg-secondary), var(--bg-tertiary));
+ border-left-color: var(--color-secondary);
18
19
20
.prose h2:nth-of-type(odd) {
21
- background: linear-gradient(to right, #eff6ff, #e0e7ff);
22
- border-left-color: #3b82f6;
+ background: linear-gradient(to right, var(--bg-tertiary), var(--bg-secondary));
23
24
25
.prose table {
0 commit comments