Change form input backgrounds to solid black sitewide

Updated global form styles in main.scss and mortgage calculator inputs
to use #000 background instead of color variables.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Hanson.xyz Dev
2025-12-01 00:30:58 -06:00
parent 9963446486
commit ebbc9ec03b
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -227,7 +227,7 @@ textarea,
select {
width: 100%;
padding: 0.75rem 1rem;
background-color: var(--color-bg-card);
background-color: #000;
border: 1px solid var(--color-border);
border-radius: 0.25rem;
color: var(--color-text);
@@ -85,7 +85,7 @@
select {
width: 100%;
padding: 0.75rem 1rem;
background-color: var(--color-bg-dark);
background-color: #000;
border: 1px solid var(--color-border);
border-radius: 0.25rem;
color: var(--color-text);