Fix yomirc-dark reply button invisible on black (paint action glyphs green)

This commit is contained in:
Jean Chevronnet 2026-07-06 21:03:22 +00:00
parent 6901308ee7
commit b42b0f5b40
No known key found for this signature in database

View file

@ -190,6 +190,10 @@
[data-theme^="yomirc"] .mircline.is-redacted { opacity: .55; font-style: italic; }
[data-theme^="yomirc"] .mircline .reactions--inline { display: inline-flex; gap: .25rem; margin-left: .4rem; vertical-align: middle; }
[data-theme^="yomirc"] .mircline .msg-actions { top: 0; }
/* The reply arrow () is a text glyph, not an emoji, so on the pure-black canvas it
falls back to the UA button colour (black) and vanishes. Paint the action glyphs
the classic terminal green so they read against the black. */
[data-theme="yomirc-dark"] .msg-actions button { color: var(--accent); }
/* dark: lift the hashed nick colours so they pop on the near-black log */
[data-theme="yomirc-dark"] .mircline__nick { filter: brightness(1.55) saturate(1.15); }
/* Server events as classic mIRC status lines: whole line tinted green (join) / red (leave) */