From 38d7a59e1e38997204f564a8a2042aac65ecf7f6 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 18 Apr 2026 15:48:29 +0300 Subject: [PATCH] fix: add h6 to heading selector and display:block to grain overlay --- src/shared/styles/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/styles/theme.css b/src/shared/styles/theme.css index 4f031e8..c78dcda 100644 --- a/src/shared/styles/theme.css +++ b/src/shared/styles/theme.css @@ -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(90deg, transparent, transparent 2px, rgba(0,0,0,0.02) 2px, rgba(0,0,0,0.02) 4px); opacity: 0.4; + display: block; pointer-events: none; z-index: 1; } - h1, h2, h3, h4, h5 { + h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); font-weight: var(--font-weight-heading); line-height: var(--line-height-tight);