decrease mandala final opacity to .25
This commit is contained in:
parent
48cc847f00
commit
c10902d3da
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
$mandala_height_base: 76vh;
|
$mandala_height_base: 76vh;
|
||||||
$mandala_right_shift: math.div($mandala_height_base, -2);
|
$mandala_right_shift: math.div($mandala_height_base, -2);
|
||||||
$mandala_final_opacity: 0.33;
|
$mandala_final_opacity: 0.25;
|
||||||
|
|
||||||
@keyframes roll_in {
|
@keyframes roll_in {
|
||||||
0% {
|
0% {
|
||||||
|
|
2
dist/main.min.css
vendored
2
dist/main.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue