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

@ -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",
},