mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
chore: unbind unocss shortcut
This commit is contained in:
parent
203d0f367b
commit
5f3d9bc3c2
11 changed files with 15 additions and 19 deletions
|
@ -22,7 +22,7 @@ const nextUrl = useSupportedLangs
|
|||
|
||||
<a
|
||||
href={nextUrl}
|
||||
class="uno-button"
|
||||
class="aspect-square w-4 c-secondary active:scale-90 hover:c-primary"
|
||||
aria-label="Switch website language"
|
||||
>
|
||||
<svg
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<button
|
||||
aria-label="Switch light/dark theme"
|
||||
class="button-theme-toggle w-4.2 uno-button"
|
||||
class="button-theme-toggle aspect-square w-4.2 c-secondary active:scale-90 hover:c-primary"
|
||||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue