add optional light color theme to style.css #51

Open
reese wants to merge 3 commits from reese/capsul-flask:main into main
Owner

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.

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.
reese added 1 commit 2024-07-03 22:11:49 +00:00
reese added 1 commit 2024-07-04 13:47:41 +00:00
reese added 1 commit 2024-07-05 01:20:36 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:reese-main
git checkout reese-main

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff reese-main
git checkout main
git merge --ff-only reese-main
git checkout reese-main
git rebase main
git checkout main
git merge --no-ff reese-main
git checkout main
git merge --squash reese-main
git checkout main
git merge --ff-only reese-main
git checkout main
git merge reese-main
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cyberia/capsul-flask#51
No description provided.