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

fixed no comments gradient

This commit is contained in:
Fedor Katurov 2020-06-25 17:21:26 +07:00
parent 2be23d0244
commit ac2411d67a

View file

@ -8,7 +8,7 @@
&::after {
content: ' ';
position: absolute;
background: linear-gradient(transparentize($node_bg, 1), $node_bg);
background: linear-gradient(transparentize($content_bg, 1), $content_bg);
border-radius: 0 0 $radius $radius;
height: 100px;
width: 100%;