init commit

This commit is contained in:
2025-08-10 15:31:47 +09:00
commit 377edb22d8
25 changed files with 1922 additions and 0 deletions

10
static/style.css Normal file
View File

@@ -0,0 +1,10 @@
/* Небольшой кастом поверх Tailwind */
:root{
--card: rgba(255,255,255,0.8);
}
.line-clamp-2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}