Compare commits

..

1 Commits

Author SHA1 Message Date
843bcd8cb9
Remove special link class
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This cleans up the code quite a bit, but also allows links in editable
content to be rendered with the default style.
2025-05-29 15:43:28 +04:00

View File

@ -61,12 +61,10 @@
@apply leading-6;
}
main a:not(nav > *),
main a:not([data-tabs-target="tab"] {
main section a:not(nav > *):not(data-tabs-target=[tab] > *) {
@apply text-blue-600;
&:hover { @apply underline; }
&:visited { @apply text-indigo-600; }
&:active { @apply text-red-600; }
}
}