mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
Change background default color
This commit is contained in:
@@ -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;
|
||||
|
@@ -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,
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user