mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Worked on the new rebranding!
Co-authored-by: taroj1205 <taroj1205@users.noreply.github.com>
This commit is contained in:
parent
38712913e7
commit
f45c7b10e4
12 changed files with 1822 additions and 96 deletions
|
@ -3,11 +3,14 @@ export default {
|
|||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {
|
||||
screens: {
|
||||
'-md': '@media (min-width: 768px)',
|
||||
'-lg': '@media (min-width: 1024px)',
|
||||
},
|
||||
colors: {
|
||||
"paper": "#F2F0E3",
|
||||
"coral": "#F76F53",
|
||||
"dark": "#202020",
|
||||
"button-primary": "#c95d47",
|
||||
"zen-blue": "#6287f5",
|
||||
"zen-green": "#63f78b",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue