From 34f6d5dce682463c84796402c84e2d5118437397 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 21 Apr 2019 14:40:43 -0400 Subject: app/views: Check for specific color theme --- app/views/snippets/stylesheets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/snippets') diff --git a/app/views/snippets/stylesheets.php b/app/views/snippets/stylesheets.php index 45f9a27..2636e19 100644 --- a/app/views/snippets/stylesheets.php +++ b/app/views/snippets/stylesheets.php @@ -1,5 +1,5 @@ -dark()) { ?> +color() === 'dark') { ?> -- cgit v1.2.3