diff --git a/guide/src/format/images/rust-logo-blk-dark.svg b/guide/src/format/images/rust-logo-blk-dark.svg
index 9f108d66..c56a2cc9 100644
--- a/guide/src/format/images/rust-logo-blk-dark.svg
+++ b/guide/src/format/images/rust-logo-blk-dark.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/theme/css/exclude.css b/src/theme/css/exclude.css
index 19f0a540..9847b1b8 100644
--- a/src/theme/css/exclude.css
+++ b/src/theme/css/exclude.css
@@ -1,8 +1,8 @@
-.light .no-light {
- display: none;
-}
-
-.rust .no-rust {
+.light .no-light,
+.rust .no-rust,
+.navy .no-navy,
+.ayu .no-ayu,
+.coal .no-coal {
display: none;
}
@@ -11,18 +11,6 @@
display: none;
}
-.navy .no-navy {
- display: none;
-}
-
-.ayu .no-ayu {
- display: none;
-}
-
-.coal .no-coal {
- display: none;
-}
-
.navy .no-dark-themes,
.ayu .no-dark-themes,
.coal .no-dark-themes {