Removed glow from usernames.
This commit is contained in:
parent
cc0f3f1470
commit
502faf3cb4
3 changed files with 0 additions and 4 deletions
|
@ -136,7 +136,6 @@
|
||||||
|
|
||||||
&__user {
|
&__user {
|
||||||
color: var(--user-colour);
|
color: var(--user-colour);
|
||||||
text-shadow: 0 0 5px var(--user-colour);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&--link:hover {
|
&--link:hover {
|
||||||
|
|
|
@ -218,7 +218,6 @@
|
||||||
|
|
||||||
&__username {
|
&__username {
|
||||||
color: var(--user-colour);
|
color: var(--user-colour);
|
||||||
text-shadow: 0 0 5px var(--user-colour);
|
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,8 +72,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__username {
|
&__username {
|
||||||
color: var(--user-colour);
|
|
||||||
text-shadow: 0 0 5px var(--user-colour);
|
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue