feat(sw-214): Target first section with style

This commit is contained in:
Pontus Dreij
2024-09-20 11:42:11 +02:00
parent f149831c23
commit cfb5ac6d46

View File

@@ -23,7 +23,7 @@
color: var(--Base-Text-High-contrast); color: var(--Base-Text-High-contrast);
} }
.text section { .text > section {
gap: 0; gap: 0;
} }