Compare commits
3 commits
511db97eb5
...
0b52a9fced
Author | SHA1 | Date | |
---|---|---|---|
0b52a9fced | |||
517f47054e | |||
5f6596b390 |
3 changed files with 3 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
|||
|
||||
:host .copyright {
|
||||
grid-area: copyright;
|
||||
font-size: 0.625em;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
<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. -->
|
||||
<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>
|
||||
</defs>
|
||||
|
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
|
@ -184,6 +184,7 @@
|
|||
transition: background-color 0.4s ease;
|
||||
|
||||
&:hover {
|
||||
color: var(--theme-c-primary-100);
|
||||
background: oklch(from var(--clr-accent) 50% c h);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue