forked from mirrors/amnezia-wg-easy
Add Darkmode
This commit is contained in:
parent
e967522f88
commit
042168f0bb
12 changed files with 2566 additions and 206 deletions
8
src/tailwind.config.js
Normal file
8
src/tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
content: ['./www/**/*.{html,js}'],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue