Brighten dividers and submenu outlines
Make the divider and submenu outline colors a brighter gold to improve contrast and visual clarity. Updated CSS variables --color-border-light and --color-border-dark from a dark brown (#2a2418) to a warmer gold-brown (#5c4d2e). This change enhances the UI by making separators and submenu outlines more visible and consistent with the app's gold text accents.
This commit is contained in:
parent
42ef8584ab
commit
b83a54328e
|
|
@ -150,8 +150,8 @@ body {
|
|||
--color-text-dark: #d4bc72;
|
||||
--color-text-secondary-light: #a6905a;
|
||||
--color-text-secondary-dark: #a6905a;
|
||||
--color-border-light: #2a2418;
|
||||
--color-border-dark: #2a2418;
|
||||
--color-border-light: #5c4d2e;
|
||||
--color-border-dark: #5c4d2e;
|
||||
--color-danger: #ef4444;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue