Re-add text shadows on user cards for better visibility

This commit is contained in:
itepechi 2025-02-05 11:29:40 +09:00
parent 218602a7e8
commit a7c6f76ee4
Signed by: itepechi
GPG key ID: D948CE1B5ACD0B25

View file

@ -237,6 +237,7 @@
justify-content: space-around;
color: $fallback--lightText;
color: var(--lightText, $fallback--lightText);
text-shadow: 0 0 .5em var(--btn, $fallback--fg);
align-self: center;
.user-count {
@ -260,6 +261,7 @@
overflow: hidden;
margin-left: 0.6em;
font-size: 1.1em;
text-shadow: 0 0 .5em var(--btn, $fallback--fg);
grid-area: name;
align-self: center;
white-space: nowrap;