Update CRT effect
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 1m44s
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:
parent
2548a84e0b
commit
75a413621d
2 changed files with 231 additions and 24 deletions
|
|
@ -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) {
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue