style: login page dark style

This commit is contained in:
jialin
2025-05-06 17:42:14 +08:00
parent 56e8e84eaf
commit efd2088745
5 changed files with 9 additions and 27 deletions
-20
View File
@@ -1,20 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="1080">
<filter id="noiseFilter">
<feTurbulence
type="fractalNoise"
baseFrequency="0.6"
numOctaves="2"
stitchTiles="stitch"
/>
<feColorMatrix
type="matrix"
values="1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 0.2 0" />
<feGaussianBlur stdDeviation="0.6" />
</filter>
<rect width="100%" height="100%" fill="#181818"/>
<rect width="100%" height="100%" filter="url(#noiseFilter)"/>
</svg>

Before

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB