Add Catalog Editor functionality from commit 847879c4

This commit is contained in:
Remco
2026-01-24 21:13:30 +01:00
parent 858143a69e
commit d9be189436
14 changed files with 1781 additions and 1 deletions
+8 -1
View File
@@ -1,4 +1,4 @@
@tailwind base;
@tailwind base;
@tailwind components;
@tailwind utilities;
@@ -271,3 +271,10 @@ html.dark .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
#article-content a {
color: #53b2f8;
}
.cursor-grab {
cursor: grab !important;
}
.cursor-grab:active {
cursor: grabbing !important;
}