From 57e69390b2916f6e49857356db3f618b6e29c60e Mon Sep 17 00:00:00 2001 From: Allan Eising Date: Thu, 19 Jun 2025 07:21:36 +0200 Subject: [PATCH] Fix dark-mode --- .../frontend/templates/base/base.html.j2 | 8 +- .../base/master-detail-email.html.j2 | 6 +- .../frontend/templates/base/page.html.j2 | 5 +- .../templates/base/partials/sidebar.html.j2 | 10 +- .../base/partials/stylesheets.html.j2 | 13 ++ .../frontend/templates/clients/index.html.j2 | 2 +- .../clients/partials/client_details.html.j2 | 28 ++-- .../partials/client_secret_details.html.j2 | 2 +- .../secrets/partials/edit_root.html.j2 | 2 +- .../secrets/partials/group_detail.html.j2 | 2 +- .../secrets/partials/tree_detail.html.j2 | 156 +++++++++--------- .../src/sshecret_admin/static/css/style.css | 8 + 12 files changed, 131 insertions(+), 111 deletions(-) diff --git a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/base/base.html.j2 b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/base/base.html.j2 index a5e92c7..fa64416 100644 --- a/packages/sshecret-admin/src/sshecret_admin/frontend/templates/base/base.html.j2 +++ b/packages/sshecret-admin/src/sshecret_admin/frontend/templates/base/base.html.j2 @@ -1,5 +1,5 @@ - + @@ -9,21 +9,21 @@ {% include 'base/partials/stylesheets.html.j2' %} {% endblock %} - +
-