add landing

This commit is contained in:
Emily
2024-06-02 02:46:47 +02:00
parent f8ab046b8a
commit d7bff30808
104 changed files with 73142 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {
colors: {
bg: {
DEFAULT: '#151517',
},
menu: {
DEFAULT: '#1d1d1f'
},
text: {
DEFAULT: '#FFFFFF',
sub: '#EBEBEB'
},
accent: {
DEFAULT: '#5680F8',
light: '#2c91ed',
sub: '#99A7F1',
},
}
},
},
plugins: [],
}