Fix: Darken border colors to match dark industrial theme

- border-default: #27272a (was #2a2a2a)
- border-highlight: #2a2a2a (was #3a3a3a)

Previous bright borders (~#d4d4d4) are now neutral dark grays.
This commit is contained in:
Rob Colbert 2026-04-28 17:27:39 -04:00
parent 2e9571a74e
commit 0bc47e60a5
2 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@
--color-text-secondary: #a3a3a3;
--color-text-muted: #737373;
--color-border-subtle: #1a1a1a;
--color-border-default: #2a2a2a;
--color-border-highlight: #3a3a3a;
--color-border-default: #27272a;
--color-border-highlight: #2a2a2a;
}
* {

View File

@ -14,8 +14,8 @@ export default {
'text-secondary': '#a3a3a3',
'text-muted': '#737373',
'border-subtle': '#1a1a1a',
'border-default': '#2a2a2a',
'border-highlight': '#3a3a3a',
'border-default': '#27272a',
'border-highlight': '#2a2a2a',
},
fontFamily: {
mono: ['Courier New', 'Courier', 'monospace'],