This commit is contained in:
2025-10-03 07:26:22 +00:00
parent 7455c2fd1b
commit c2be654e2f
45 changed files with 650 additions and 3517 deletions

View File

@@ -2,9 +2,9 @@
import TopRightCrinkle from "./widgets/TopRightCrinkle.svelte"
let {
brightBackground,
border,
activated,
brightBackground = true,
border = true,
activated = true,
icon,
bigVersion,
contentSnippet,
@@ -70,7 +70,6 @@
}
&.bright {
background: var(--neutral-white);
.bar {
background: var(--neutral-white);
&.border {
@@ -79,7 +78,6 @@
}
}
&.dark {
background: var(--bg-100);
.bar {
background: var(--bg-100);
&.border {