nycki.net/content/_includes/home.njk
nycki 1f69eefb39
All checks were successful
/ build (push) Successful in 31s
light theme toggle
2025-03-21 16:43:06 -07:00

13 lines
165 B
Text

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