Add Darkmode

This commit is contained in:
goodbyepavlyi 2023-01-21 20:30:19 +01:00 committed by Philip H.
parent e967522f88
commit 042168f0bb
12 changed files with 2566 additions and 206 deletions

8
src/tailwind.config.js Normal file
View file

@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
'use strict';
module.exports = {
darkMode: 'class',
content: ['./www/**/*.{html,js}'],
};