feat(theme): add halloween special theme

This commit is contained in:
Tommaso Casaburi
2026-05-29 17:45:18 +07:00
parent e082c7b428
commit 0469f61a45
14 changed files with 301 additions and 35 deletions
+11
View File
@@ -307,6 +307,10 @@
background: rgba(255, 255, 255, 0.1);
}
:global(body.spooky) .rowOdd td {
background: #1b1024;
}
:global(body.tomorrow) .flashListing thead th,
:global(body.tomorrow) .flashListing thead td {
background: var(--post-form-field-title-background-color);
@@ -314,6 +318,13 @@
border: none;
}
:global(body.spooky) .flashListing thead th,
:global(body.spooky) .flashListing thead td {
background: var(--post-form-field-title-background-color);
color: var(--post-form-field-title-color);
border: none;
}
:global(body.photon) .rowOdd td {
background: #888;
}