style: Swap colors of tokens/week and singularity badges

This commit is contained in:
Paul Gauthier (aider) 2025-03-21 12:12:29 -07:00
parent d4e44d7555
commit dd02803f1f

View file

@ -565,11 +565,11 @@ footer {
}
.badge-tokens .badge-value {
background-color: #e74c3c;
background-color: #3498db;
}
.badge-coded .badge-value {
background-color: #3498db;
background-color: #e74c3c;
}
@media (max-width: 992px) {