Compare commits

..

No commits in common. "7ee584c65df459cae2761b5e2a6034d9a46b6520" and "d34e57bc0b9bf8040863b92516db16d0bd07c567" have entirely different histories.

View file

@ -206,10 +206,10 @@
padding: 0.6em;
margin: -0.6em;
.icon {
filter: drop-shadow(0 0 5em var(--profileTint))
drop-shadow(0 0 0.5em var(--profileTint))
drop-shadow(0 0 0.2em var(--profileTint));
&.save-profile-button,
&.reset-profile-button,
&.edit-banner-button {
width: auto;
}
&:hover .icon {
@ -273,15 +273,11 @@
z-index: 1;
line-height: 2em;
text-shadow:
0 0 5em var(--profileTint),
0 0 1em var(--profileTint),
0 0 0.5em var(--profileTint),
0 0 0.2em var(--profileTint);
.alert {
text-shadow: none;
}
--emoji-size: 1.7em;
.RichContent {