Draft
Deliver strict pixel parity for LCARS theme with enhanced hero styling and rail plates#48
Conversation
…d rail plates Co-authored-by: hutoczky <5453461+hutoczky@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Achieve pixel parity for LCARS theme elements
Deliver strict pixel parity for LCARS theme with enhanced hero styling and rail plates
Oct 22, 2025
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.
Overview
This PR implements strict pixel parity (±2px) for the LCARS (Star Trek) theme in the Sci-Fi UI demo, addressing user feedback about visual inconsistencies with the target mock. The changes focus on precise button styling, enhanced hero section typography, and the addition of characteristic LCARS rail plates.
Changes
Theme Switcher Buttons (LCARS Only)
Updated the theme switcher buttons to match the target specification:
Hero Section Enhancements
Title Typography:
clamp(34px, 6.5vw, 66px)toclamp(56px, 8.2vw, 108px)for dramatic presence0 0 18px #FF9A3C66,0 0 3px #FFB266,0 0 1px #000Subtitle Styling:
background-clip: textfor visual interestProgress Bar:
LCARS Rail Plates
Added the iconic LCARS side rail elements that frame the content area:
Compatibility
The changes are fully isolated to the LCARS theme:
Accessibility & Performance
All existing accessibility features remain intact:
aria-pressed,aria-label,aria-hidden)prefers-reduced-motionsupport maintainedTesting
Verified across all three themes:
Screenshots
LCARS Theme (Updated)
The updated LCARS theme now features:
Star Wars Theme (Unchanged)
Cyberpunk Theme (Unchanged)
Files Modified
docs/scifi-ui/index.html- Inline styles and subtitle line breakdocs/scifi-ui/styles/base.css- Base button and hero title defaultsdocs/scifi-ui/styles/themes.css- Theme-specific CSS variablesdocs/scifi-ui/styles/lcars.css- All LCARS-specific styling (primary changes)docs/scifi-ui/styles/starwars.css- Border-radius override for pillsdocs/scifi-ui/styles/cyberpunk.css- Border-radius override for pillsThis implementation achieves the specified pixel parity requirements while maintaining accessibility, performance, and full backward compatibility with the other themes.
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.