Add theme families

This commit is contained in:
2026-04-06 15:27:40 -07:00
parent 1cd76b03df
commit e640e87d3f
12 changed files with 599 additions and 97 deletions

View File

@@ -47,19 +47,19 @@
to bottom,
transparent 0px,
transparent 2px,
rgba(0, 0, 0, 0.12) 2px,
rgba(0, 0, 0, 0.12) 4px
rgb(var(--color-foreground) / 0.06) 2px,
rgb(var(--color-foreground) / 0.06) 4px
);
animation: crt-scroll 12s linear infinite;
z-index: 1;
}
.crt-bloom {
box-shadow: inset 0 0 100px 30px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 100px 30px rgb(var(--color-background) / 0.3);
background: radial-gradient(
ellipse at center,
transparent 50%,
rgba(0, 0, 0, 0.25) 100%
rgb(var(--color-background) / 0.25) 100%
);
z-index: 2;
}