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:
Tristan Michael 2026-04-06 17:28:29 -07:00
parent 42ef8584ab
commit b83a54328e

View file

@ -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;
}