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);