mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed lab cut-down gradients
This commit is contained in:
parent
f336974efd
commit
ddef1e72f7
3 changed files with 8 additions and 29 deletions
|
@ -265,5 +265,5 @@ $sidebar_border: transparentize(white, 0.95);
|
|||
|
||||
@mixin hero_gradient {
|
||||
$color: mix($wisegreen, $content_bg, 30%);
|
||||
background: linear-gradient(170deg, lighten($color, 10%), $color 200px);
|
||||
background: linear-gradient(170deg, lighten($color, 10%), $color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue