Fix build history styles

This commit is contained in:
jose-rZM
2025-12-18 11:53:44 +01:00
parent 4442f08714
commit a155e64ec7
2 changed files with 29 additions and 25 deletions

View File

@@ -691,7 +691,7 @@ li {
color: #f8fafc;
}
.summary-branch {
.summary-commit {
color: #a5b4fc;
font-weight: 700;
font-size: 0.95rem;
@@ -718,7 +718,7 @@ li {
box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
}
.status-dot.failed {
.status-dot.failure {
background: #f87171;
box-shadow: 0 0 8px rgba(248, 113, 113, 0.5);
}
@@ -766,7 +766,7 @@ li {
border-color: rgba(34, 197, 94, 0.3);
}
.history-item.failed {
.history-item.failure {
border-color: rgba(248, 113, 113, 0.35);
}