mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:55:55 +00:00
don't generate default.css, replace with themes/light.css as a default root CSS file
This commit is contained in:
@@ -20,7 +20,7 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
console.log("night mode changed to", is_night);
|
||||
|
||||
if (link) {
|
||||
const css_override = is_night ? "themes/night.css" : "css/default.css";
|
||||
const css_override = is_night ? "themes/night.css" : "themes/light.css";
|
||||
link.setAttribute("href", css_override + "?" + Date.now());
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user