create: admin.html, admin.js, help.html, index.html, info.html, info.js, k.html, k.js, login.html, main.js, style.css, xlsx.full.min.js, auth.js, package.json, server.js, sqllite.js

This commit is contained in:
Калугин Олег Александрович
2026-04-13 12:30:38 +00:00
committed by GitVerse
parent 2d007d2359
commit fe3824b9da
7 changed files with 80 additions and 9 deletions

View File

@@ -244,4 +244,11 @@ form input, form textarea {
margin-left: 0;
text-align: center;
}
}
.danger-btn {
background: #b91c1c;
margin-left: 1rem;
}
.danger-btn:hover {
background: #991b1b;
}