scroll: keep the fable "'s character" stub BOLD (still --secUser, not --quaUser) — only the username pops

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-06-08 23:00:00 -04:00
parent cadfc5e864
commit 031658b80b
2 changed files with 8 additions and 3 deletions

View File

@@ -511,6 +511,11 @@ body.page-billposts {
}
}
// Fable "'s character" stub — bold (like the @handle) but NOT --quaUser: it
// keeps the --secUser body colour so only the username pops. Global so it also
// applies inside the ATLAS's .atlas-row-body (which embeds the SCROLL body).
.ev-char-stub { font-weight: bold; }
// My Scrolls now rides the shared `.applet-list` rule above (lifted out of
// `.applet-list-page .applet-scroll`). Old `.scroll-list` styling removed.

View File

@@ -29,7 +29,7 @@
--terPd: 155, 160, 138;
--quaPd: 124, 129, 111;
--quiPd: 97, 99, 76;
--sixPd: 72, 75, 50;
--sixPd: 62, 65, 42;
// platinum
--priPt: 229, 228, 226;
--secPt: 191, 190, 188;
@@ -388,9 +388,9 @@
--terUser: var(--priFs);
--quaUser: var(--priCfw);
--quiUser: var(--terCfw);
--sixUser: var(--secId);
--sixUser: var(--quaId);
--sepUser: var(--terFs);
--octUser: var(--quaId);
--octUser: var(--sixId);
--ninUser: var(--sixPu);
--decUser: var(--terPu);
}