diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-21 19:10:17 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-21 19:21:34 +0900 |
| commit | 64d6c29bc6858628684d19ae7066b6a600fe9787 (patch) | |
| tree | a1d77551d9f98720703793863df2060bf7bf6d3e | |
| parent | 0dfaa9b0e79e45bfc40d10418443d1d868fbb930 (diff) | |
| download | nsfisis.github.io-64d6c29bc6858628684d19ae7066b6a600fe9787.tar.gz nsfisis.github.io-64d6c29bc6858628684d19ae7066b6a600fe9787.tar.zst nsfisis.github.io-64d6c29bc6858628684d19ae7066b6a600fe9787.zip | |
update favicon
| -rw-r--r-- | docs/favicon.svg | 3 | ||||
| -rw-r--r-- | themes/mypaper/static/favicon.svg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/favicon.svg b/docs/favicon.svg index 2d1559b..f686284 100644 --- a/docs/favicon.svg +++ b/docs/favicon.svg @@ -24,4 +24,7 @@ <use transform="rotate(252, 50, 50)" xlink:href="#favicon.l"/> <use transform="rotate(288, 50, 50)" xlink:href="#favicon.l"/> <use transform="rotate(324, 50, 50)" xlink:href="#favicon.l"/> + <rect x="33" y="35" width="5" height="20" rx="3" ry="3" fill="black"/> + <rect x="62" y="35" width="5" height="20" rx="3" ry="3" fill="black"/> + <rect x="43" y="65" width="14" height="5" rx="3" ry="3" fill="black"/> </svg> diff --git a/themes/mypaper/static/favicon.svg b/themes/mypaper/static/favicon.svg index 2d1559b..2803e39 100644 --- a/themes/mypaper/static/favicon.svg +++ b/themes/mypaper/static/favicon.svg @@ -24,4 +24,7 @@ <use transform="rotate(252, 50, 50)" xlink:href="#favicon.l"/> <use transform="rotate(288, 50, 50)" xlink:href="#favicon.l"/> <use transform="rotate(324, 50, 50)" xlink:href="#favicon.l"/> + <rect x="30" y="35" width="5" height="20" rx="3" ry="3" fill="black"/> + <rect x="65" y="35" width="5" height="20" rx="3" ry="3" fill="black"/> + <rect x="43" y="65" width="14" height="5" rx="3" ry="3" fill="black"/> </svg> |
