trwnh.com/unified.test.hugo/assets/styles/layouts/_default/_markup/render-heading.scss

15 lines
208 B
SCSS
Raw Normal View History

.rendered-heading {
&:is(h2) {
2024-11-13 17:24:48 +00:00
border-block-end: 1px solid var(--ui-overlay);
padding-block-end: 1rem;
}
&__text {
2024-11-13 17:24:48 +00:00
}
&__anchor-link {
2024-10-18 07:33:33 +00:00
&:before {
2024-11-13 17:24:48 +00:00
content: "§ link";
font-size: 1rem;
}
}
}