mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
add dashboard
This commit is contained in:
33
dashboard/tailwind.config.js
Normal file
33
dashboard/tailwind.config.js
Normal file
@@ -0,0 +1,33 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
theme: {
|
||||
extend: {
|
||||
fontSize: {
|
||||
|
||||
},
|
||||
colors: {
|
||||
card: {
|
||||
DEFAULT: '#1d1d1f',
|
||||
},
|
||||
bg: {
|
||||
DEFAULT: '#151517',
|
||||
},
|
||||
menu: {
|
||||
DEFAULT: '#1d1d1f'
|
||||
},
|
||||
text: {
|
||||
DEFAULT: '#FFFFFF',
|
||||
sub: '#909aa1',
|
||||
dirty: '#dadde0'
|
||||
},
|
||||
accent: {
|
||||
DEFAULT: '#5680F8',
|
||||
light: '#2c91ed',
|
||||
sub: '#99A7F1',
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user