all repos — legit-config @ 500907e27222f4bda6dfd3dd2b8cc28f6f709a0d

Configs for my instance of [legit](https://git.icyphox.sh/legit)

Add info for SSH access
Tim Izzo tim@5ika.ch
Tue, 22 Oct 2024 17:23:26 +0200
commit

500907e27222f4bda6dfd3dd2b8cc28f6f709a0d

parent

2074045289a143c87056134fad38375f256b95eb

2 files changed, 10 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -312,6 +312,15 @@ padding-bottom: 1.5rem;

font-size: 0.85rem; } +.disclaimer { +} +.disclaimer .cmd { + font-family: var(--mono-font); + background-color: rgba(0,0,0,0.08); + padding: 0 4px; + border-radius: 2px; +} + @media (max-width: 600px) { .index { grid-row-gap: 0.8em;
M templates/index.htmltemplates/index.html

@@ -20,6 +20,7 @@ <div>{{ .Idle }}</div>

{{ end }} </div> </main> + <p class='disclaimer'>Love CLI ? See this through SSH with <span class='cmd'>ssh -p 1917 5ika.ch</span>.</p> </body> </html> {{ end }}