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}}