feat: add GitHub Pages Solarized Dark CSS stylesheet (Issue#5)#28
Merged
seanseannery merged 1 commit intomainfrom Mar 7, 2026
Merged
feat: add GitHub Pages Solarized Dark CSS stylesheet (Issue#5)#28seanseannery merged 1 commit intomainfrom
seanseannery merged 1 commit intomainfrom
Conversation
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.
Key Changes
site/style.css: a full Solarized Dark CSS stylesheet for theopsCLI GitHub Pages landing page--bg,--cyan,--blue, etc.)@media (max-width: 600px))Why do we need this?
Issue#5 tracks building a GitHub Pages landing page for the
opsCLI. This PR delivers the CSS layer, providing the Solarized Dark visual theme that will be shared across the HTML page (and any future pages). Separating the stylesheet intosite/style.csskeeps styling concerns decoupled from markup.New modules or other dependencies introduced
None. Pure CSS — no build tools, preprocessors, or external dependencies required.
How was this tested?
Visually verified that the stylesheet covers all specified selectors and CSS custom properties per the spec. The file is pure static CSS with no logic, so no automated tests apply. Integration testing will occur when the HTML page (Issue#5) references this stylesheet.