drag n drop

This commit is contained in:
Chandler Abraham
2025-05-29 22:27:48 -07:00
parent b312ff63a9
commit ba4db567cf
3 changed files with 151 additions and 0 deletions
+7
View File
@@ -69,3 +69,10 @@
text-decoration: underline 0.18rem;
text-underline-offset: 0.22rem;
}
/* Drag and drop styles */
#code .cm-editor.cm-drag-over {
outline: 2px dashed #4CAF50;
outline-offset: -2px;
background-color: rgba(76, 175, 80, 0.05) !important;
}