generated from nhcarrigan/template
fix(readable-background): add a translucent background to main content #23
Reference in New Issue
Block a user
Delete Branch ":fix/issue-22-readable-background"
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?
Explanation
This makes the main content area readable.

Issue
22
Attestations
Dependencies
Style
Tests
Documentation
I have made the following PR to update the documentation site by adding a translucent background to main content sections to improve text readability against the background artwork.
Versioning
Minor - My pull request introduces a new non-breaking feature.
fix(bg-content): add a translucent background to main contentto fix(readable-background): add a translucent background to main content@naomi I have set the translucent background to the entire page and added one for the dark theme as well.
Light theme:

Dark theme:

For some reason, applying the translucent background to .page in dark theme does not modify the entire page. Can you help with this?
Starlight is heckin' weird. Will take a look tomorrow.