chore: cleanup docs a bit

This commit is contained in:
Aarnav Tale
2025-10-12 15:50:20 -04:00
parent 7a222c47ee
commit 4ccc73d7e4
5 changed files with 39 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
html.dark .light-only {
display: none !important;
}
html:not(.dark) .dark-only {
display: none !important;
}