ensured .fa-ban next to empty seat changes to .fa-circle-check at the same time that .fa-chair glows & the pos circle fades out (i.e., when the gamer 'sits') not during or after the role card deposits itself in the tray; minor styling fixes for title h2, incl. text-shadow attr values when selected palette ends in *-light & opacity increases
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-04-01 22:11:43 -04:00
parent 4860b6ee2a
commit 0e5e39b0dc
3 changed files with 12 additions and 8 deletions

View File

@@ -147,19 +147,19 @@ body {
h2 {
font-size: 3rem;
color: rgba(var(--secUser), 0.6);
color: rgba(var(--secUser), 0.75);
margin-bottom: 1rem;
text-align: justify;
text-align-last: justify;
text-justify: inter-character;
text-transform: uppercase;
text-shadow:
1px 1px 0 rgba(255, 255, 255, 0.125), // highlight (up-left)
-0.125rem -0.125rem 0 rgba(0, 0, 0, 0.8) // shadow (down-right)
// 1px 1px 0 rgba(255, 255, 255, 0.125), // highlight (up-left)
var(--title-shadow-offset) var(--title-shadow-offset) 0 rgba(0, 0, 0, 0.8) // shadow (down-right)
;
span {
color: rgba(var(--quaUser), 0.6);
color: rgba(var(--quaUser), 0.75);
}
}
}

View File

@@ -221,6 +221,7 @@
/* Component tokens */
--tooltip-bg: 0, 0, 0;
--title-shadow-offset: -0.125rem;
/* Inferno Palette (4 per) */
// mist (Elpis's Lethe)
@@ -430,6 +431,7 @@
/* Light palette overrides */
body[class*="-light"] {
--tooltip-bg: 255, 255, 255;
--title-shadow-offset: 0.125rem;
}
/* Palette Classes */