mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
Add theme families
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user