nycki.net/content/_includes/home.njk
Nicholas Lamicela 29f9af39b5
All checks were successful
/ build (push) Successful in 29s
css tweaks and blog about it
2024-12-28 13:32:16 -08:00

13 lines
165 B
Text

---
layout: base.njk
---
{% css %}
h2 ~ h2 {
border: none;
padding-top: 20px;
border-top: 12px double var(--xkcd-magenta);
}
{% endcss %}
{{ content | safe }}