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:
parent
2be23d0244
commit
ac2411d67a
1 changed files with 1 additions and 1 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue