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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue