change color statistics
This commit is contained in:
parent
654c0f1d67
commit
67a49aa193
5 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue