feat: semi pretty styling of room

This commit is contained in:
efim
2023-11-27 05:50:14 +00:00
parent 34679b6079
commit 4e5c6b4bd8
4 changed files with 21 additions and 3 deletions

View File

@@ -40,3 +40,9 @@
translate(var(--r))
rotate(-90deg)
}
.custom-bg {
background-image: url('/static/images/morphing-diamonds.svg'), linear-gradient(to right, #ff7e5f, white);
background-repeat: repeat;
background-position: center, center;
}