mirror of
https://github.com/kurakart/garble-text.git
synced 2026-07-22 05:40:32 +00:00
9 lines
216 B
CSS
9 lines
216 B
CSS
/*
|
|
CSS part developed by Matthias C. Hormann (aka Moonbase59) 2021-08-22
|
|
*/
|
|
|
|
.app-container.is-text-garbled img {
|
|
filter: blur(10px) !important;
|
|
-webkit-filter: blur(10px) !important;
|
|
transition: all 0.3s;
|
|
}
|