From fddd5c55be0fd7df838b27c3fc30b759dd1de28b Mon Sep 17 00:00:00 2001 From: sp8c3 Date: Fri, 7 Oct 2022 22:17:10 +0200 Subject: change apple-touch-icon to non transparent --- templates/layouts/default.html.ep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/layouts/default.html.ep') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 10167ff..4c7b145 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -17,10 +17,10 @@ - - - - + + + + % if (session('theme') and session('theme') eq 'dark') { %= stylesheet "/static/${av}/css/dark.min.css", id => 'theme' -- cgit v1.2.3