Removed glow from usernames.

This commit is contained in:
flash 2019-06-04 22:15:46 +02:00
parent cc0f3f1470
commit 502faf3cb4
3 changed files with 0 additions and 4 deletions

View file

@ -136,7 +136,6 @@
&__user {
color: var(--user-colour);
text-shadow: 0 0 5px var(--user-colour);
text-decoration: none;
&--link:hover {

View file

@ -218,7 +218,6 @@
&__username {
color: var(--user-colour);
text-shadow: 0 0 5px var(--user-colour);
font-size: 2em;
line-height: 1.5em;
}

View file

@ -72,8 +72,6 @@
}
&__username {
color: var(--user-colour);
text-shadow: 0 0 5px var(--user-colour);
font-size: 1.5em;
line-height: 1.3em;
}