Darkmode styling

This commit is contained in:
2026-06-17 12:51:30 +02:00
parent 4a58f49253
commit 22bbb7900a
4 changed files with 15 additions and 10 deletions
@@ -8,7 +8,7 @@
}
.diagnostics-section {
background-color: var(--color-bg);
background-color: #ffffff;
border-radius: var(--border-radius);
padding: var(--spacing-md);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);