add background color for live previews in dark mode
This commit is contained in:
parent
3db22e6ee4
commit
9a43acf94e
1 changed files with 4 additions and 0 deletions
|
@ -337,6 +337,10 @@ input[type="range"]{
|
|||
margin: -4px;
|
||||
}
|
||||
|
||||
.dark .livePreview{
|
||||
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.livePreview img{
|
||||
position: absolute;
|
||||
object-fit: contain;
|
||||
|
|
Loading…
Reference in a new issue