forked from mirrors/amnezia-wg-easy
Add dark/light mode toggle. Add chart toggle
Change dark/light mode detection Add saving uiShowCharts to local storage Add saving uiTheme to local storage Add ui buttons
This commit is contained in:
parent
4d5a5c9e0d
commit
f3a8ff6490
5 changed files with 355 additions and 252 deletions
|
@ -3,7 +3,7 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
darkMode: 'media',
|
||||
darkMode: 'selector',
|
||||
content: ['./www/**/*.{html,js}'],
|
||||
theme: {
|
||||
screens: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue