change color statistics

This commit is contained in:
NABU Jena 2025-07-09 10:30:46 +02:00
parent 654c0f1d67
commit 67a49aa193
5 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@
} }
.section-header { .section-header {
background: linear-gradient(135deg, #006699 0%, #0066cc 100%); background: rgba(var(--bs-primary-rgb),1) !important;
color: white; color: white;
padding: 15px 20px; padding: 15px 20px;
border-radius: 10px; border-radius: 10px;

View file

@ -150,7 +150,7 @@
} }
.section-header { .section-header {
background: linear-gradient(135deg, #006699 0%, #0066cc 100%); background: rgba(var(--bs-primary-rgb),1) !important;
color: white; color: white;
padding: 15px 20px; padding: 15px 20px;
border-radius: 10px; border-radius: 10px;

View file

@ -33,7 +33,7 @@
} }
.section-header { .section-header {
background: linear-gradient(135deg, #006699 0%, #0066cc 100%); background:rgba(var(--bs-primary-rgb),1) !important;
color: white; color: white;
padding: 15px 20px; padding: 15px 20px;
border-radius: 10px; border-radius: 10px;

View file

@ -150,7 +150,7 @@
} }
.section-header { .section-header {
background: linear-gradient(135deg, #006699 0%, #0066cc 100%); background: rgba(var(--bs-primary-rgb),1) !important;
color: white; color: white;
padding: 15px 20px; padding: 15px 20px;
border-radius: 10px; border-radius: 10px;

View file

@ -33,7 +33,7 @@
} }
.section-header { .section-header {
background: linear-gradient(135deg, #006699 0%, #0066cc 100%); background: rgba(var(--bs-primary-rgb),1) !important;
color: white; color: white;
padding: 15px 20px; padding: 15px 20px;
border-radius: 10px; border-radius: 10px;