mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +00:00
support dark mode for login form
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* TODO: this should probably be something like night_mode.js since it does nothing specific to utility scripts */2
|
||||
|
||||
Event.observe(window, "load", function() {
|
||||
const UtilityJS = {
|
||||
apply_night_mode: function (is_night, link) {
|
||||
|
||||
Reference in New Issue
Block a user