Compare commits

...

3 commits

3 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,7 @@
:host .copyright { :host .copyright {
grid-area: copyright; grid-area: copyright;
font-size: 0.625em;
margin: 0; margin: 0;
} }

View file

@ -184,7 +184,7 @@
<symbol id="fa7-solid:chevron-right" viewBox="0 0 640 640"> <symbol id="fa7-solid:chevron-right" viewBox="0 0 640 640">
<!-- !Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. --> <!-- !Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. -->
<path <path
d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" d="M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z"
/> />
</symbol> </symbol>
</defs> </defs>

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Before After
Before After

View file

@ -184,6 +184,7 @@
transition: background-color 0.4s ease; transition: background-color 0.4s ease;
&:hover { &:hover {
color: var(--theme-c-primary-100);
background: oklch(from var(--clr-accent) 50% c h); background: oklch(from var(--clr-accent) 50% c h);
} }
} }