position: relative;
&::after {
- background-image: linear-gradient(to top, $wcfContentBackground, transparent);
+ background-image: linear-gradient(to top, $wcfContentBackground, transparentize($wcfContentBackground, 100%));
bottom: 0;
content: "";
height: 30px;
position: relative;
&::after {
- background-image: linear-gradient(to top, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
+ background-image: linear-gradient(to top, $wcfContentBackground, transparentize($wcfContentBackground, 100%));
content: "";
left: 0;
height: #{$wcfFontLineHeight}em;