aboutsummaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/stylesheets.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php
index 9449c8a..45f9a27 100644
--- a/app/views/snippets/stylesheets.php
+++ b/app/views/snippets/stylesheets.php
@@ -1 +1,5 @@
<link rel="stylesheet" href="/css/tdro.css">
+
+<?php if ($theme->dark()) { ?>
+<link rel="stylesheet" href="/css/tdro-dark.css">
+<?php } ?>