This commit is contained in:
Juergen Kunz
2025-06-27 17:14:26 +00:00
parent ea7da1c9b9
commit 9148f0595a
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ export class DeesPanel extends DeesElement {
css`
:host {
display: block;
font-family: 'Geist Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
background: ${cssManager.bdTheme('hsl(0 0% 100%)', 'hsl(0 0% 3.9%)')};
border-radius: 6px;
padding: 24px;