Skip to content

Commit 5bf59d6

Browse files
jamezpclaude
andcommitted
Define missing CSS variables to fix IDE warnings
Adds --color-text and --max-width-content to :root declaration to eliminate undefined variable warnings while maintaining the same visual appearance with proper fallback values. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: James R. Perkins <jperkins@ibm.com>
1 parent dff90db commit 5bf59d6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

public/css/bootstrap-theme.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
--resteasy-bg-accent: #e8f2f7; /* Light blue-gray */
1919
--resteasy-border: #d1dce3; /* Cool border */
2020
--resteasy-text-muted: #5a6c7d; /* Muted slate text */
21+
22+
/* Layout & Typography */
23+
--color-text: #212529; /* Default text color */
24+
--max-width-content: 1200px; /* Maximum content width */
2125
}
2226

2327
/* ============================================

0 commit comments

Comments
 (0)