This commit is contained in:
parent
b468c67e76
commit
9faa527360
3 changed files with 17 additions and 0 deletions
|
@ -18,6 +18,7 @@ image = "img/purple-heart.png" # path relative to static directory
|
|||
{ 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)"} },
|
||||
{ freshrss = { href = "https://rss.lila.network", text = "[SSO] FreshRSS (https://rss.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)"} },
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
background: #b228b4;
|
||||
}
|
||||
|
||||
.link-freshrss {
|
||||
background: #0062bf;
|
||||
}
|
||||
|
||||
.link-grafana {
|
||||
background: linear-gradient(0deg,
|
||||
#f05a28 25%,
|
||||
|
|
12
themes/lynx/assets/icons/freshrss.svg
Normal file
12
themes/lynx/assets/icons/freshrss.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<title>Logo FreshRSS</title>
|
||||
<circle fill="#0062BE" cx="128" cy="128" r="33"/>
|
||||
<g fill="none" stroke="#0062BE" stroke-width="24">
|
||||
<g stroke-opacity="0.3">
|
||||
<path d="M12,128 A116,116 0 1,1 128,244"/>
|
||||
<path d="M54,128 A74,74 0 1,1 128,202"/>
|
||||
</g>
|
||||
<path d="M128,12 A116,116 0 0,1 244,128"/>
|
||||
<path d="M128,54 A74,74 0 0,1 202,128"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 421 B |
Loading…
Reference in a new issue