Commit 9a43acf9 authored by AUTOMATIC's avatar AUTOMATIC

add background color for live previews in dark mode

parent 3db22e6e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment