mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:35:55 +00:00
add hotkey (a N) to toggle night.css
This commit is contained in:
@@ -64,9 +64,9 @@
|
||||
<?php if ($_SESSION["uid"]) {
|
||||
$theme = get_pref("USER_CSS_THEME", false, false);
|
||||
if ($theme && theme_exists("$theme")) {
|
||||
echo stylesheet_tag(get_theme_path($theme));
|
||||
echo stylesheet_tag(get_theme_path($theme), 'theme_css');
|
||||
} else {
|
||||
echo stylesheet_tag("css/default.css");
|
||||
echo stylesheet_tag("css/default.css", 'theme_css');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user