-
-
Notifications
You must be signed in to change notification settings - Fork 201
new dark mode #126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
new dark mode #126
Conversation
amnuts
commented
Oct 4, 2025
- Start of CSS added
- Flexible tab content
- Fixed github logo colour when dark
- Refined tabs
- Theme toggle and some html refinements
- Inline SVG, making colourization easier - Reworked some styles - Different icons and animation in top navigation
|
This looks very promising. How can I get the code to test it on my site? |
|
@fidoboy, depends on how you got it in the first place... If you checked it out from GitHub, then just change the branch to |
I've downloaded the zip file, but after I've unzipped it into my folder I didn't noticed any changes. I'm still having the same content than before and there is no dark mode. |
|
hmm, that's odd. When I download that link and unzip it into a folder, then go into that folder and start up a server like
|
|
Your new widget looks amazing in your screenshots, but unfortunately it doesn't get displayed on my case. I've downloaded the source from the link that I've provided before, but it doesn't worked. However, because it doesn't worked for me, I've created this code and I've added the two files into the HTML header that index.php is creating. If it helps to anyone here it is: This one is for dark-theme.css: and this one for gauges.js: And then, into the index.php code I put: It looks nice and my javascript add dynamic color changes (if the realtime updates feature is enabled) using the values for each panel with the gauges. Test it and you can add it into your code if you like my modifications. |


