mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(theme): add halloween special theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user