From 5c2388d3a2092505aff9f7b2e78e561c4db65385 Mon Sep 17 00:00:00 2001 From: marudor Date: Thu, 16 May 2019 15:02:17 +0200 Subject: Add dark mode (only available with prefers-color-scheme currently) --- templates/layouts/default.html.ep | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index a63242c..40793e1 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -18,7 +18,23 @@ - %= stylesheet "/static/${av}/css/materialize.min.css" + + %= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/local.css" %= javascript "/static/${av}/js/jquery-3.4.1.min.js" @@ -66,7 +82,7 @@ % if (app->mode eq 'development') {
-
+
Development Mode – Datenbank: <%= app->config->{db}->{database} %> @ <%= app->config->{db}->{host} %>
-- cgit v1.2.3