mirror of https://github.com/Siphonay/mastodon
parent
9966bd27c2
commit
bd834add56
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
background: rgba($color8, 0.5);
|
background: linear-gradient(rgba($color8, 0.5), rgba($color8, 0.8));
|
||||||
display: block;
|
display: block;
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -72,7 +72,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
background: rgba(0,0,0,0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-counters {
|
.details-counters {
|
||||||
|
@ -388,6 +387,5 @@
|
||||||
.account__header__content {
|
.account__header__content {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $color1;
|
color: $color1;
|
||||||
text-shadow: 0 0 2px $color8;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue