fix(static): center avatar favicon and use pure black/white for light/dark modes

This commit is contained in:
JOJO 2026-07-15 01:01:59 +08:00
parent f8f5d26ee3
commit a60e164aa2
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -4 200 200" aria-hidden="true">
<style>
.sa-frame, .sa-eye {
stroke: #181818;
stroke: #000000;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
@ -14,7 +14,7 @@
}
@media (prefers-color-scheme: dark) {
.sa-frame, .sa-eye {
stroke: #faf9f5;
stroke: #ffffff;
}
}
</style>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

After

Width:  |  Height:  |  Size: 716 B