style(core): small changes

This commit is contained in:
nico.hdr8
2025-10-06 15:17:36 +02:00
parent 95a7fa3d9c
commit 1b41bd32cb
2 changed files with 1 additions and 6 deletions

View File

@@ -9,11 +9,6 @@ body {
margin: 0;
font-size: 14px;
overflow: auto;
background-color: var(--primary-50);
}
html.dark body {
background-color: var(--surface-900);
}
p-card {