mirror of
https://github.com/zen-browser/www.git
synced 2025-07-10 02:05:31 +02:00
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
Some checks are pending
Upload to bunny / upload (1.22.3) (push) Waiting to run
This commit is contained in:
parent
e2eae44969
commit
a594d343b4
12 changed files with 578 additions and 33 deletions
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue