light-mode #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "light-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
default.css forces `body { color: #fff }` unconditionally, which left toot/body text white on the light background. Override on `body.theme-mastodon-light` plus the common .status/.display-name/ .accordion descendants that re-declare it.