mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
dark mode for teams
This commit is contained in:
9
tailwind.config.js
vendored
9
tailwind.config.js
vendored
@@ -1,10 +1,17 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {
|
||||
borderWidth: {
|
||||
'3': '3px',
|
||||
},
|
||||
borderColor: theme => ({
|
||||
'dark-background': '#151515',
|
||||
'dark-secondary': '#1e2024',
|
||||
}),
|
||||
fontSize: {
|
||||
tiny: ['11px', '16px'],
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user