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;
box-shadow: 0 0 8px #ff00ff;
}
/* ── Description indicator (ⓘ) ────────────────────────────────────────────── */
[data-theme=dan] .desc-indicator {
color: #ff00ff;
opacity: 1;
}