assets: Adds image assets

This commit is contained in:
Alicia Sykes
2024-06-15 22:45:34 +01:00
parent 8feb67de38
commit 4fd5ff4315
6 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="a" patternUnits="userSpaceOnUse" width="30" height="30">
<rect width="100%" height="100%" fill="var(--background, #111211)" />
<circle cx="5" cy="5" r="1.75" fill="var(--background-lighter, #3A3B3A)" opacity="0.3" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#a)" />
</svg>

After

Width:  |  Height:  |  Size: 408 B