all repos — legit-config @ 50ca09efbf3fd09d56d0911d595e7753ec2e8dfc

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

Align style on 5ika.ch
Tim Izzo tim@5ika.ch
Sun, 13 Apr 2025 10:19:55 +0200
commit

50ca09efbf3fd09d56d0911d595e7753ec2e8dfc

parent

500907e27222f4bda6dfd3dd2b8cc28f6f709a0d

2 files changed, 4 insertions(+), 4 deletions(-)

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

@@ -21,13 +21,13 @@ @media (prefers-color-scheme: dark) {

:root { color-scheme: dark light; --color-primary: #818cf8; - --color-bg: #18181b; - --text-secondary: #9ca3af; + --color-bg: #14141f; + --text-secondary: #e2e4e8; --light: #181818; --cyan: #76c7c0; --light-gray: #333; --medium-gray: #444; - --gray: #aaa; + --gray: #cdd6f4; --dark: #ddd; --darker: #f4f4f4; }
M templates/index.htmltemplates/index.html

@@ -20,7 +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> + <p class='disclaimer'>Love CLI ? See this through SSH with <span class='cmd'>ssh -p 1917 git.5ika.ch</span>.</p> </body> </html> {{ end }}