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:
parent
2e9571a74e
commit
0bc47e60a5
@ -10,8 +10,8 @@
|
|||||||
--color-text-secondary: #a3a3a3;
|
--color-text-secondary: #a3a3a3;
|
||||||
--color-text-muted: #737373;
|
--color-text-muted: #737373;
|
||||||
--color-border-subtle: #1a1a1a;
|
--color-border-subtle: #1a1a1a;
|
||||||
--color-border-default: #2a2a2a;
|
--color-border-default: #27272a;
|
||||||
--color-border-highlight: #3a3a3a;
|
--color-border-highlight: #2a2a2a;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
@ -14,8 +14,8 @@ export default {
|
|||||||
'text-secondary': '#a3a3a3',
|
'text-secondary': '#a3a3a3',
|
||||||
'text-muted': '#737373',
|
'text-muted': '#737373',
|
||||||
'border-subtle': '#1a1a1a',
|
'border-subtle': '#1a1a1a',
|
||||||
'border-default': '#2a2a2a',
|
'border-default': '#27272a',
|
||||||
'border-highlight': '#3a3a3a',
|
'border-highlight': '#2a2a2a',
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
mono: ['Courier New', 'Courier', 'monospace'],
|
mono: ['Courier New', 'Courier', 'monospace'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user