Rende leggibili card, badge e testi mute in tema scuro.
Le righe task di oggi restavano crema con testo chiaro; i badge e gli heading senza dark: si perdevano sullo sfondo. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -123,6 +123,28 @@ html.dark .hover\:bg-slate-50:hover {
|
||||
background-color: #27272a;
|
||||
}
|
||||
|
||||
/* Testi “light-only” usati ovunque come mute/alert: in dark restano leggibili. */
|
||||
html.dark .text-slate-500,
|
||||
html.dark .text-slate-400 {
|
||||
color: #a1a1aa;
|
||||
}
|
||||
|
||||
html.dark .text-slate-600 {
|
||||
color: #d4d4d8;
|
||||
}
|
||||
|
||||
html.dark .text-rose-700 {
|
||||
color: #fb7185;
|
||||
}
|
||||
|
||||
html.dark .text-amber-700 {
|
||||
color: #fbbf24;
|
||||
}
|
||||
|
||||
html.dark .text-emerald-700 {
|
||||
color: #34d399;
|
||||
}
|
||||
|
||||
html.dark input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
|
||||
html.dark select,
|
||||
html.dark textarea {
|
||||
|
||||
Reference in New Issue
Block a user