fix: add h6 to heading selector and display:block to grain overlay

This commit is contained in:
Ilia Mashkov
2026-04-18 15:48:29 +03:00
parent 939884c95d
commit 38d7a59e1e
+2 -1
View File
@@ -130,11 +130,12 @@
repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 4px), repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 4px),
repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 4px); repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 4px);
opacity: 0.4; opacity: 0.4;
display: block;
pointer-events: none; pointer-events: none;
z-index: 1; z-index: 1;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5, h6 {
font-family: var(--font-heading); font-family: var(--font-heading);
font-weight: var(--font-weight-heading); font-weight: var(--font-weight-heading);
line-height: var(--line-height-tight); line-height: var(--line-height-tight);