background gradients refactoring

This commit is contained in:
2023-02-22 21:50:25 +01:00
parent 63589312a6
commit 8efc6fd6f9
2 changed files with 33 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
@import "./fonts/snap_it/snap_it.css";
body{
// background-color: $back;
background-color: $back;
}
#app{
@@ -38,8 +38,12 @@ body{
#map-backgrounds{
.map-bg-canvas{
mix-blend-mode: multiply;
// filter: contrast(170%);
&.gradient{
// filter: blur(10px);
}
&.trame{
mix-blend-mode: multiply;
// display:none;
}
}