This commit is contained in:
DioCrafts
2026-06-20 18:15:30 +02:00
parent 2ebc4e82b2
commit edfbd68e6c
2 changed files with 7 additions and 2 deletions
@@ -669,6 +669,8 @@
}
.rl-ctx-item--danger {
color: var(--color-danger-text);
/* Danger *foreground* on the light menu surface — the red accent, not
--color-danger-text (white, for text ON a red fill, invisible here). */
color: var(--color-danger-alt);
}
</style>
@@ -2074,6 +2074,9 @@
}
.ctx-item--danger {
color: var(--color-danger-text);
/* Danger *foreground* on the light menu surface — must be the red accent,
not --color-danger-text (which is white, for text ON a red fill, and
rendered near-invisible here). Mirrors the user-menu logout red. */
color: var(--color-danger-alt);
}
</style>