mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:14:38 -05:00
Update css/chatgptlogo.svg
This commit is contained in:
parent
2702071e11
commit
a298fd5e4a
1 changed files with 6 additions and 5 deletions
|
@ -1,20 +1,21 @@
|
||||||
<svg
|
<svg
|
||||||
width="35"
|
width="16"
|
||||||
height="35"
|
height="16"
|
||||||
viewBox="0 0 35 35"
|
viewBox="0 0 16 16"
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<style>
|
<style>
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
.favicon-stroke {
|
.favicon-stroke {
|
||||||
fill: #fff;
|
fill: #fff;
|
||||||
}
|
}
|
||||||
.favicon-bg {
|
.favicon-bg {
|
||||||
fill: #0d0d0d;
|
fill: #0d0d0d;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<rect class="favicon-bg" width="35" height="35" rx="4" fill="white" />
|
<rect class="favicon-bg" width="16" height="16" rx="4" fill="white" />
|
||||||
<g>
|
<g>
|
||||||
<path
|
<path
|
||||||
class="favicon-stroke"
|
class="favicon-stroke"
|
||||||
|
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in a new issue