mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
add landing
This commit is contained in:
26
landing/tailwind.config.js
Normal file
26
landing/tailwind.config.js
Normal 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: [],
|
||||
}
|
||||
Reference in New Issue
Block a user