mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +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
|
@ -8,9 +8,10 @@ export default {
|
|||
'-lg': '@media (min-width: 1024px)',
|
||||
},
|
||||
colors: {
|
||||
"paper": "#F2F0E3",
|
||||
"paper": "var(--zen-paper)",
|
||||
"coral": "#F76F53",
|
||||
"dark": "#202020",
|
||||
"dark": "var(--zen-dark)",
|
||||
"muted": "var(--zen-muted)",
|
||||
"zen-blue": "#6287f5",
|
||||
"zen-green": "#63f78b",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue