fix(static): make avatar favicon adapt to browser color scheme
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.9 KiB |
@ -1,7 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -4 200 200" aria-hidden="true">
|
||||
<style>
|
||||
.sa-frame, .sa-eye {
|
||||
stroke: #ffffff;
|
||||
stroke: #000000;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
fill: none;
|
||||
@ -12,6 +12,11 @@
|
||||
.sa-eye {
|
||||
stroke-width: 10;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.sa-frame, .sa-eye {
|
||||
stroke: #ffffff;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<path
|
||||
class="sa-frame"
|
||||
|
||||
|
Before Width: | Height: | Size: 942 B After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 362 B |
|
Before Width: | Height: | Size: 760 B After Width: | Height: | Size: 716 B |