Skip to content

Claude/create gnat admin guide bo srp#162

Merged
wrhalpin merged 2 commits into
mainfrom
claude/create-gnat-admin-guide-BOSrp
Apr 25, 2026
Merged

Claude/create gnat admin guide bo srp#162
wrhalpin merged 2 commits into
mainfrom
claude/create-gnat-admin-guide-BOSrp

Conversation

@wrhalpin
Copy link
Copy Markdown
Owner

No description provided.

claude added 2 commits April 25, 2026 19:39
Border and button stay #3b6ea8 ($primary), heading uses #1e3355
($primary-dark) — matching .card-gnatgui from GNAT-gui's own
docs/assets/css/style.scss.

https://claude.ai/code/session_01H5UbjsuiiGya5n1eUCxoaR
The deployed GNAT-o-sphere site uses --accent: #2d8cb8 for
.card--gnatgui (border, heading, and button all share one accent).

https://claude.ai/code/session_01H5UbjsuiiGya5n1eUCxoaR
Copilot AI review requested due to automatic review settings April 25, 2026 19:41
@wrhalpin wrhalpin merged commit 3da6594 into main Apr 25, 2026
12 of 19 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GNAT docs theme styling to adjust the “GUI” card accent color.

Changes:

  • Changed .card-gui border, heading, and link background colors from #3b6ea8 to #2d8cb8.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/gnat-theme.css
Comment on lines +130 to +132
.card-gui{border-color:#2d8cb8;}
.card-gui h3{color:#2d8cb8;}
.card-link-gui{background:#2d8cb8;}
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hex color values for the new .card-gui styles use lowercase (#2d8cb8), while the rest of this file (e.g., #D4A017, #C0392B, #7C3AED) consistently uses uppercase hex. For consistency/readability, consider changing #2d8cb8 to #2D8CB8 in these rules.

Suggested change
.card-gui{border-color:#2d8cb8;}
.card-gui h3{color:#2d8cb8;}
.card-link-gui{background:#2d8cb8;}
.card-gui{border-color:#2D8CB8;}
.card-gui h3{color:#2D8CB8;}
.card-link-gui{background:#2D8CB8;}

Copilot uses AI. Check for mistakes.
@wrhalpin wrhalpin deleted the claude/create-gnat-admin-guide-BOSrp branch April 26, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants