test new global styles for inline buttons in details, and add links to tarot cards in planet details
This commit is contained in:
@@ -4365,6 +4365,27 @@
|
||||
border-color: #7060b0;
|
||||
color: #e0d0ff;
|
||||
}
|
||||
.detail-inline-value {
|
||||
display: inline;
|
||||
}
|
||||
.detail-inline-link {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: none;
|
||||
color: #c8b8f8;
|
||||
font: inherit;
|
||||
line-height: inherit;
|
||||
cursor: pointer;
|
||||
text-align: inherit;
|
||||
text-decoration: underline;
|
||||
text-decoration-color: rgba(200, 184, 248, 0.45);
|
||||
text-underline-offset: 0.12em;
|
||||
}
|
||||
.detail-inline-link:hover,
|
||||
.detail-inline-link:focus-visible {
|
||||
color: #e0d0ff;
|
||||
text-decoration-color: currentColor;
|
||||
}
|
||||
|
||||
/* ── Alphabet section ────────────────────────────────────────────────── */
|
||||
#alphabet-section,
|
||||
@@ -5298,6 +5319,9 @@
|
||||
}
|
||||
}
|
||||
.alpha-dl dd { margin: 0; }
|
||||
.alpha-dl dd .detail-inline-link {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.alpha-badge {
|
||||
display: inline-block;
|
||||
padding: 1px 7px;
|
||||
|
||||
Reference in New Issue
Block a user