Change favicon
parent
fb7e7c7873
commit
d8337b404e
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
@ -0,0 +1,13 @@
|
||||
<svg viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
<style>
|
||||
#eye-fill{fill:#000}
|
||||
@media (prefers-color-scheme:dark){#eye-fill{fill:#fff}}
|
||||
</style>
|
||||
<defs>
|
||||
<mask maskUnits="userSpaceOnUse" id="eyemask">
|
||||
<path style="fill:#fff;fill-opacity:1;paint-order:markers stroke fill" d="M0 0h50v50H0z"/>
|
||||
<circle style="fill:#fff;fill-opacity:1;stroke:#000;stroke-width:8;stroke-opacity:1;paint-order:markers stroke fill" cx="25" cy="25" r="5"/>
|
||||
</mask>
|
||||
</defs>
|
||||
<path id="eye-fill" fill="#fff" d="M25 12c14.972 0 20 13 20 13s-5.08 13-20 13S5 25 5 25s5.028-13 20-13Z" mask="url(#eyemask)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 649 B |
Loading…
Reference in New Issue