mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added pink Ghost orb svg
This commit is contained in:
parent
f2fdf9e671
commit
cfd71e4f75
2 changed files with 10 additions and 0 deletions
10
ghost/admin/public/assets/icons/ghost-orb-pink.svg
Normal file
10
ghost/admin/public/assets/icons/ghost-orb-pink.svg
Normal file
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" preserveAspectRatio="xMidYMid meet">
|
||||
<title>Ghost Logo</title>
|
||||
<style>
|
||||
svg {
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(assets/img/logos/orb-pink-3.png);
|
||||
}
|
||||
</style>
|
||||
</svg>
|
After Width: | Height: | Size: 303 B |
BIN
ghost/admin/public/assets/img/logos/orb-pink-3.png
Normal file
BIN
ghost/admin/public/assets/img/logos/orb-pink-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Add table
Reference in a new issue