fix: desc-indicator contrast — primary color at 75% opacity, magenta in Dan Mode

This commit is contained in:
Falkan
2026-03-18 19:35:18 -04:00
parent 6a9ecf9d46
commit 554b5ba079
2 changed files with 8 additions and 1 deletions

View File

@@ -475,3 +475,9 @@
border: 1px solid #ff00ff; border: 1px solid #ff00ff;
box-shadow: 0 0 8px #ff00ff; box-shadow: 0 0 8px #ff00ff;
} }
/* ── Description indicator (ⓘ) ────────────────────────────────────────────── */
[data-theme=dan] .desc-indicator {
color: #ff00ff;
opacity: 1;
}

View File

@@ -98,7 +98,8 @@
.desc-indicator { .desc-indicator {
font-size: 0.7em; font-size: 0.7em;
opacity: 0.5; opacity: 0.75;
color: var(--pico-primary);
margin-left: 0.2em; margin-left: 0.2em;
vertical-align: super; vertical-align: super;
pointer-events: none; pointer-events: none;