chore(web): remove Bootstrap, add 4 replacement utility rules, delete dead style.css

Bootstrap CSS (232 KB) and Bootstrap JS (39 KB) were loaded for only
4 utility classes (.btn-sm, .btn-dark, .btn-warning, .shadow).
Replace with 4 targeted rules in myai.css and delete both files.

style.css (784 lines) was unreferenced by any HTML page — delete it.

Closes #31

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 10:11:42 +03:00
parent 9b0d7fb907
commit 3a39b03ff1
6 changed files with 6 additions and 800 deletions
File diff suppressed because one or more lines are too long
+6
View File
@@ -218,6 +218,12 @@ img {
color: #fff
}
/* Bootstrap replacement utilities (btn-sm, btn-dark, btn-warning, shadow) */
.btn-sm { padding: 5px 10px; font-size: .875rem }
.btn-dark { background: #1e2730; color: #fff; border-color: #1e2730 }
.btn-warning { background: #ffc107; color: #212529; border: 0 }
.shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important }
.section {
padding: 76px 0
}