Add dark content card variant

This commit is contained in:
2026-06-18 12:27:25 +02:00
parent 72ab0f5415
commit c86c52c4f7
4 changed files with 38 additions and 10 deletions
+6
View File
@@ -23,6 +23,12 @@
background: var(--surface-card);
}
.sg-card.sg-card--content-card-dark {
--surface-card: var(--surface-card-group);
--surface-card-body: var(--surface-card-group);
--text-card-body: var(--text-card-header);
}
.sg-card.sg-card--overlay-host {
overflow: visible;
}