feat: 🍱 update to font awesome 7
This commit is contained in:
parent
d1dd6f6a6e
commit
1183d50a5a
10 changed files with 158 additions and 158 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue