feat: 🍱 update to font awesome 7

This commit is contained in:
Sebin Nyshkim 2025-08-03 02:29:31 +02:00
parent d1dd6f6a6e
commit 1183d50a5a
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0
10 changed files with 158 additions and 158 deletions

View file

@ -1,7 +1,7 @@
<nav :aria-label="label" webc:root="override">
<a class="home link" href="/#characters"> <icon icon="fa6-solid:chevron-left"></icon> Home </a>
<a class="home link" href="/#characters"><icon icon="fa7-solid:chevron-left"></icon>Home</a>
<label for="nav-toggle">
<icon icon="fa6-solid:bars"></icon>
<icon icon="fa7-solid:bars"></icon>
</label>
<input type="checkbox" id="nav-toggle" />
<template
@ -145,8 +145,8 @@
transition: color 0.4s ease;
& svg {
width: 1em;
height: 1em;
width: 1.25em;
height: 1.25em;
transition: fill 0.4s ease;
}
}