Re-add text shadows on user cards for better visibility
This commit is contained in:
parent
218602a7e8
commit
a7c6f76ee4
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,7 @@
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
color: $fallback--lightText;
|
color: $fallback--lightText;
|
||||||
color: var(--lightText, $fallback--lightText);
|
color: var(--lightText, $fallback--lightText);
|
||||||
|
text-shadow: 0 0 .5em var(--btn, $fallback--fg);
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
.user-count {
|
.user-count {
|
||||||
|
@ -260,6 +261,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-left: 0.6em;
|
margin-left: 0.6em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
text-shadow: 0 0 .5em var(--btn, $fallback--fg);
|
||||||
grid-area: name;
|
grid-area: name;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue