Update CRT effect
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 1m44s

Add animated text glow, 'screen door' overlay, and flicker effect.
Remove unncessary comments.
This commit is contained in:
badblocks 2026-03-08 00:19:16 -08:00
parent 2548a84e0b
commit 75a413621d
No known key found for this signature in database
2 changed files with 231 additions and 24 deletions

View file

@ -1,9 +1,3 @@
/*
Inspired by:
- Mike Mai @ https://mikemai.net/
- David Bushell @ https://dbushell.com/
- Viznut @ http://viznut.fi/
*/
@layer reset, config, font, utilities, theme;
@import "reset.css" layer(reset);
@import "theme.css" layer(theme);
@ -118,9 +112,12 @@ Inspired by:
}
}
@media (prefers-color-scheme: light) {}
@media (prefers-color-scheme: light) {
}
@media (prefers-contrast: more) {}
@media (prefers-contrast: more) {
}
@media (prefers-reduced-motion: reduce) {}
@media (prefers-reduced-motion: reduce) {
}
}