This commit is contained in:
parent
4a64e31ae6
commit
b468c67e76
3 changed files with 18 additions and 0 deletions
|
@ -17,6 +17,7 @@ image = "img/purple-heart.png" # path relative to static directory
|
|||
{ immich = { href = "https://photos.lila.network", text = "[SSO] Photo Gallery (https://photos.lila.network)"} },
|
||||
{ mealie = { href = "https://mealie.lila.network", text = "[SSO] Cookbook (https://mealie.lila.network)"} },
|
||||
{ paperless = { href = "https://paperless.lila.network", text = "[SSO] Document Store (https://paperless.lila.network)"} },
|
||||
{ bookstack = { href = "https://wiki.lila.network", text = "[SSO] Bookstack Wiki (https://wiki.lila.network)"} },
|
||||
{ grafana = { href = "https://grafana.lila.network", text = "[SSO] Monitoring System (https://grafana.lila.network)"} },
|
||||
{ games = { href = "https://games.lila.network", text = "🎮 Game Status Page (https://games.lila.network)"} },
|
||||
{ nextcloud = { href = "https://cloud.lila.network", text = "Nextcloud (https://cloud.lila.network)"} },
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
color: #0C356A;
|
||||
}
|
||||
|
||||
.link-bookstack {
|
||||
background: #b228b4;
|
||||
}
|
||||
|
||||
.link-grafana {
|
||||
background: linear-gradient(0deg,
|
||||
#f05a28 25%,
|
||||
|
|
13
themes/lynx/assets/icons/bookstack.svg
Normal file
13
themes/lynx/assets/icons/bookstack.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="61.699mm" width="65.023mm" version="1.1" viewBox="0 0 230.39711 218.6199">
|
||||
<g stroke-linejoin="round" fill-rule="evenodd" transform="translate(-245.27 -58.434)" stroke="#0288d1" stroke-width="6" fill="#fff">
|
||||
<g stroke-linecap="round">
|
||||
<path d="m343.79 238.6 128.88-74.409-92.058-53.15-128.88 74.409z"></path>
|
||||
<path d="m251.73 185.45v21.26l92.058 53.15 128.88-74.409v-21.26"></path>
|
||||
<path d="m343.79 274.03-92.058-53.15s-7.5-16.918 0-28.346l92.058 53.15 128.88-74.409v28.346l-128.88 74.409"></path>
|
||||
<path d="m343.79 188.99 128.88-74.41-92.06-53.146-128.88 74.406z"></path>
|
||||
<path d="m343.79 188.99 128.88-74.409 0.00001 28.346-128.88 74.409-92.058-53.15s-6.0714-17.632 0-28.346z"></path>
|
||||
<path d="m343.79 245.69-92.058-53.15s-7.5-16.918 0-28.346l92.058 53.15 128.88-74.409-0.00001 28.346-128.88 74.409"></path>
|
||||
</g>
|
||||
<path d="m402.09 73.836-55.234 31.89 21.48 1.7716 3.0686 12.402 55.235-31.89z"></path>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 986 B |
Loading…
Reference in a new issue