add optional light color theme to style.css #51
Loading…
Reference in a new issue
No description provided.
Delete branch "reese/capsul-flask:main"
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?
this PR keeps the dark theme as default and uses
prefers-color-scheme: light
to change colors. i tried to keep it as close to the original look as i could by reusing or adjusting colors from the dark theme.it also seems my editor cleaned up some trailing whitespace in the process.
i made these changes while checking it against a test page i mocked up, but if someone could review this with a running Capsul instance that would be greatly appreciated.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.