From 3c7f39d00ae23731e8e2f0ccaaf1d37e7f4ba1dc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 11 Sep 2020 22:18:24 +0200 Subject: dark mode: decrease contrast a bit --- templates/layouts/app.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/layouts/app.html.ep') diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index f32fdb2..58a2a2a 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -18,7 +18,7 @@ % } - % my $av = 'v28'; # asset version + % my $av = 'v29'; # asset version % if (session('theme') and session('theme') eq 'dark' or param('dark')) { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' % } -- cgit v1.2.3