perf(component): use png instead of svg for rendering noise svg (#4935)

This commit is contained in:
Peng Xiao
2023-11-14 19:52:51 +08:00
committed by LongYinan
parent 8d55e5cdf9
commit 9ac8a32e00
3 changed files with 10 additions and 3 deletions

View File

@@ -8,6 +8,10 @@
/*transition: all 0.1s;*/
}
:root {
--noise-background: url(./noise.png);
}
html,
body,
h1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB