diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 26900de..df49d90 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -376,11 +376,32 @@ /* Missing text color overrides */ .dark .text-amber-700 { color: rgb(251 191 36) !important; } +.dark .text-amber-600 { color: rgb(251 191 36) !important; } .dark .text-orange-600 { color: rgb(251 146 60) !important; } .dark .text-green-600 { color: rgb(52 211 153) !important; } .dark .text-emerald-700 { color: rgb(52 211 153) !important; } .dark .text-brand-700 { color: rgb(var(--accent-400)) !important; } +/* Interactive text — action links, errors, close buttons */ +.dark .text-blue-600 { color: rgb(96 165 250) !important; } +.dark .text-blue-500 { color: rgb(96 165 250) !important; } +.dark .text-red-500 { color: rgb(248 113 113) !important; } +.dark .text-red-400 { color: rgb(251 113 133) !important; } +.dark .text-indigo-600 { color: rgb(129 140 248) !important; } +.dark .text-indigo-700 { color: rgb(129 140 248) !important; } + +/* Hover states for action links */ +.dark .hover\:text-blue-800:hover { color: rgb(147 197 253) !important; } +.dark .hover\:text-red-700:hover { color: rgb(252 165 165) !important; } +.dark .hover\:text-red-600:hover { color: rgb(248 113 113) !important; } +.dark .hover\:text-indigo-800:hover { color: rgb(165 180 252) !important; } + +/* Native