OctoberCMS v4.0.18
Latest Chrome/Firefox on Windows 10
Title margins, background colors (visible in dark theme):


Some of them are fixed with the following overrides (Branding&Appearance / Styles):
[data-bs-theme=dark] .report-widget {
background: var(--bs-body-bg);
}
.oc-dashboard .dashboard-report-widget-static h3.widget-title {
margin-bottom: 15px;
}
.oc-dashboard .dashboard-report-widget-static .table-container {
margin-top: 0;
}