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;

View File

@@ -1,5 +1,5 @@
.control {
@apply bg-violet absolute bottom-10 right-10 flex flex-row
@apply bg-black absolute bottom-10 right-10 flex flex-row
border-accent-0 border text-accent-0 z-30 shadow-xl select-none;
height: 48px;
}
@@ -12,7 +12,7 @@
.leftControl:hover,
.rightControl:hover {
background-color: var(--violet-dark);
background-color: var(--accent-7);
}
.leftControl:focus,

View File

@@ -13,7 +13,7 @@
}
.sliderContainer {
@apply flex items-center justify-center overflow-x-hidden bg-violet;
@apply flex items-center justify-center overflow-x-hidden bg-black;
}
.imageContainer {