style: polish site visuals with CSS#185
Open
lextoc wants to merge 1 commit into
Open
Conversation
b7dd111 to
eafa3cf
Compare
Introduce shared theme variables for ink, accent, panel, focus, and shadow colors so related visual styling stays consistent across the static stylesheet. Add custom browser scrollbar styling for the page, wrapper, sidebar, and tech tree scroll containers while allowing the tech tree pane to show vertical scrolling when content overflows. Refine the helptext popup with a warmer panel color, stronger themed border, subtle depth, clearer spacing, and higher stacking context so selected item details read more cleanly. Restore a restrained sidebar background treatment with a subtle fade and edge shadow, without adding separate tinted content boxes inside the sidebar. Improve focus and hover affordances for links, selects, cross-reference badges, highlighted paths, and tech tree nodes using CSS only. Keep node borders translucent to avoid visual clutter and avoid JavaScript or generated SVG structure changes.
Author
|
Not going to lie, a bit ChatGPT driven (with some steering :D)! But I hope you like the changes, if you only want parts of the styling let me know and I will update the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR proposes a CSS-only visual polish pass while preserving the existing layout and parchment-inspired direction.
Changes include:
No JavaScript or generated SVG structure changes are included.
Verification
Screenshot