fix: desc-indicator contrast — primary color at 75% opacity, magenta in Dan Mode
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user