decrease mandala final opacity to .25

This commit is contained in:
Adam Piontek 2021-08-04 10:44:26 -04:00
parent 48cc847f00
commit c10902d3da
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@
$mandala_height_base: 76vh;
$mandala_right_shift: math.div($mandala_height_base, -2);
$mandala_final_opacity: 0.33;
$mandala_final_opacity: 0.25;
@keyframes roll_in {
0% {

2
dist/main.min.css vendored

File diff suppressed because one or more lines are too long