mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Change background default color
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
.album {
|
.album {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@apply bg-violet-dark;
|
@apply bg-black;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
.control {
|
.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;
|
border-accent-0 border text-accent-0 z-30 shadow-xl select-none;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
.leftControl:hover,
|
.leftControl:hover,
|
||||||
.rightControl:hover {
|
.rightControl:hover {
|
||||||
background-color: var(--violet-dark);
|
background-color: var(--accent-7);
|
||||||
}
|
}
|
||||||
|
|
||||||
.leftControl:focus,
|
.leftControl:focus,
|
||||||
|
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sliderContainer {
|
.sliderContainer {
|
||||||
@apply flex items-center justify-center overflow-x-hidden bg-violet;
|
@apply flex items-center justify-center overflow-x-hidden bg-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageContainer {
|
.imageContainer {
|
||||||
|
Reference in New Issue
Block a user