From 87e74ca90d4c13758461f380b00ed83b5a287da9 Mon Sep 17 00:00:00 2001 From: marudor Date: Thu, 16 May 2019 15:22:47 +0200 Subject: Add color switcher to toolbar --- templates/layouts/default.html.ep | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 40793e1..54f9e1f 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -19,19 +19,21 @@ + %= javascript "/static/${av}/js/theme.min.js" @@ -67,6 +69,9 @@ +
  • + invert_colors +
  • % if (is_user_authenticated()) { -- cgit v1.2.3