feat: update styles and components for theme support; add FontAwesome icons
Some checks are pending
Upload to bunny / upload (1.22.3) (push) Waiting to run

This commit is contained in:
mr. M 2024-12-09 00:30:05 +01:00
parent e2eae44969
commit a594d343b4
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
12 changed files with 578 additions and 33 deletions

View file

@ -6,7 +6,7 @@ const borderWidths = [20, 30, 40, 50]
<div id="circles" class:list={["inset-0 overflow-hidden pointer-events-none", classList]}>
<div class="mx-auto opacity-10 lg:opacity-100">
{[...Array(4)].map((_, i) => (
<div class:list={["absolute rounded-full -translate-x-1/2 -translate-y-1/2", white ? "border-white" : "border-coral"]}
<div class:list={["absolute rounded-full -translate-x-1/2 -translate-y-1/2", white ? "border-paper" : "border-coral"]}
style={{
width: `${multiplier*sizes[i]}px`,
height: `${multiplier*sizes[i]}px`,