trwnh.com/unified.test.hugo/assets/styles/layouts/_default/_markup/render-heading.scss
2024-11-13 11:24:48 -06:00

15 lines
No EOL
208 B
SCSS

.rendered-heading {
&:is(h2) {
border-block-end: 1px solid var(--ui-overlay);
padding-block-end: 1rem;
}
&__text {
}
&__anchor-link {
&:before {
content: "§ link";
font-size: 1rem;
}
}
}