1
0
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:
Andrew Dolgov
2020-01-23 13:14:47 +03:00
parent 3b29e865b0
commit a6d314b753
2 changed files with 18 additions and 3 deletions

View File

@@ -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) {