feat: Add "Self-Coded: 72%" badge to stats section

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 17:43:01 -07:00
parent 82e4dcf40f
commit e0e78cd879
2 changed files with 8 additions and 0 deletions

View file

@ -551,6 +551,10 @@ footer {
background-color: #e74c3c;
}
.badge-coded .badge-value {
background-color: #3498db;
}
@media (max-width: 992px) {
body {
font-size: 0.95rem;