1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

night.css: do not import default less theme statically

remove themes/default.php (not needed)
compact.css: fixes
This commit is contained in:
Andrew Dolgov
2018-12-06 14:49:33 +03:00
parent d2d2cb7e7d
commit 15d05e8a26
9 changed files with 59 additions and 2019 deletions

View File

@@ -2445,7 +2445,7 @@
}
function theme_valid($theme) {
$bundled_themes = [ "default.php", "night.css", "compact.css" ];
$bundled_themes = [ "night.css", "compact.css" ];
if (in_array($theme, $bundled_themes)) return true;