diff options
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 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;
|