Change background default color

This commit is contained in:
Elena
2021-10-14 17:29:38 +02:00
parent ee02a5f933
commit b1ed40a453
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@
.album {
width: 100%;
height: 100%;
@apply bg-violet-dark;
@apply bg-black;
box-sizing: content-box;
overflow-y: hidden;
overflow-x: auto;