mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add support for an override stylesheet which applies to all users
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
} ?>
|
||||
|
||||
<?php if (theme_exists(LOCAL_OVERRIDE_STYLESHEET)) {
|
||||
echo stylesheet_tag(get_theme_path(LOCAL_OVERRIDE_STYLESHEET));
|
||||
} ?>
|
||||
|
||||
<style type="text/css">
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user