feat: various css updates

This commit is contained in:
Devin Haska 2024-12-26 21:40:37 -08:00
parent f11422291e
commit bac06065d6
5 changed files with 35 additions and 30 deletions

View file

@ -15,6 +15,12 @@
<a class="[ wordmark ] [ flex ]"
href="{{ meta.url }}"
aria-label="Go to index">
<svg height="0" width="0">
<filter id="3d_text" color-interpolation-filters="sRGB">
<feDropShadow dx="0" dy="1" stdDeviation="0" flood-opacity="1" flood-color="var(--color-shadow)" />
<feDropShadow dx="0" dy="2" stdDeviation="0" flood-opacity="1" flood-color="var(--color-shadow)" />
</filter>
</svg>
<span>wonderful</span>
<span>frog</span>
</a>