From 83f190bed4b7896bce3a37c0a3d43038fb073d88 Mon Sep 17 00:00:00 2001 From: mlange-42 Date: Wed, 18 Jan 2023 13:01:43 +0100 Subject: [PATCH] tweak exclusion css, include in page --- src/theme/css/exclude.css | 21 ++++++++++++++------- src/theme/index.hbs | 1 + 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/theme/css/exclude.css b/src/theme/css/exclude.css index 38e7321f..19f0a540 100644 --- a/src/theme/css/exclude.css +++ b/src/theme/css/exclude.css @@ -1,23 +1,30 @@ .light .no-light { - visibility: hidden; + display: none; } .rust .no-rust { - visibility: hidden; + display: none; +} + +.light .no-light-themes, +.rust .no-light-themes { + display: none; } .navy .no-navy { - visibility: hidden; + display: none; } .ayu .no-ayu { - visibility: hidden; + display: none; } .coal .no-coal { - visibility: hidden; + display: none; } -.navy, .ayu, .coal .no-dark { - visibility: hidden; +.navy .no-dark-themes, +.ayu .no-dark-themes, +.coal .no-dark-themes { + display: none; } diff --git a/src/theme/index.hbs b/src/theme/index.hbs index 147eb9af..d5164146 100644 --- a/src/theme/index.hbs +++ b/src/theme/index.hbs @@ -28,6 +28,7 @@ + {{#if print_enable}} {{/if}}