1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

#23 fixed lab post background

This commit is contained in:
Fedor Katurov 2021-03-22 11:17:52 +07:00
parent 80967ddfac
commit d5701b2e85
7 changed files with 5 additions and 6 deletions

View file

@ -11,7 +11,7 @@
&::after {
content: ' ';
position: absolute;
background: linear-gradient(transparentize($content_bg, 1), $content_bg 80%);
background: linear-gradient(transparentize($lab_post_bg, 1), $lab_post_bg 80%);
bottom: 0;
left: auto;
width: 100%;