mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Added themes to custom.js
Still cant change themes in settings
This commit is contained in:
parent
69967f6dd9
commit
aec2e3b7bf
1 changed files with 2 additions and 0 deletions
|
@ -564,6 +564,8 @@ var themes = {
|
|||
"default": "custom.php",
|
||||
"hackernews" : "hackernews.css",
|
||||
"lightsout" : "lightsout.css",
|
||||
"material-light" : "material-light.php",
|
||||
"material-dark" : "material-dark.php",
|
||||
}
|
||||
|
||||
// Toggles the sidebar navigation.
|
||||
|
|
Loading…
Reference in a new issue