Align style on 5ika.ch
Tim Izzo tim@5ika.ch
Sun, 13 Apr 2025 10:19:55 +0200
2 files changed,
4 insertions(+),
4 deletions(-)
M
static/style.css
→
static/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.html
→
templates/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 }}