feat: redesign snippet editor form and enhance CodeMirror with advanced editing tools and persistence

This commit is contained in:
2026-07-13 15:15:25 +07:00
parent 324f3a505b
commit af82bfc481
3 changed files with 67 additions and 25 deletions
@@ -60,10 +60,4 @@
/* Ensures it sits above the video */
}
/* Custom Color Utilities */
.text-old-brick {
color: var(--color-old-brick) !important;
}
.bg-old-brick {
background-color: var(--color-old-brick) !important;
}