dark mode for teams

This commit is contained in:
Čarodej
2021-10-26 06:57:40 +02:00
parent d4990d8d5f
commit fda82d6dbf
117 changed files with 371 additions and 240 deletions

9
tailwind.config.js vendored
View File

@@ -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'],
}
},
},