implemented eleventy filter for links

This commit is contained in:
sundae 2025-10-19 15:55:35 +03:00
parent fb24c6a302
commit c8223447a0
No known key found for this signature in database
41 changed files with 230 additions and 205 deletions

View file

@ -4,8 +4,7 @@
@import url("./nav.css");
@import url("./variables.css");
:is(a, button):not(span *, [aria-label="Postscript"] *, body nav *),
span:has(a),
:is(a, button):not(span *, .postscript *, body nav *),.link,
#posts a {
color: var(--citrus-dark);
transition: background-color var(--trans);