From 8780e8761da6b1eec5d686a25c9f673c22d974c6 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 18:14:35 -0500 Subject: add pre-push deploy hook; source links to git.krz.sh; fix app button color - pre-push hook builds with zola and rsyncs public/ to homelab on main - wire core.hooksPath to tracked .githooks/ - point app source links at git.krz.sh instead of github - keep .prose btn text at --text/--btn-fg instead of link blue - drop dead github pages workflow (remote is self-hosted git now) --- sass/main.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sass') diff --git a/sass/main.scss b/sass/main.scss index 8f92cd7..b3e32b2 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -137,6 +137,8 @@ a:hover { text-decoration: underline; text-underline-offset: 3px; } // ---- App page: actions + screenshots --------------------------------------- .app-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin: 2rem 0 1rem; } +.prose a.btn { color: var(--text); } +.prose a.btn-primary { color: var(--btn-fg); } .privacy-link { font-size: 0.9rem; margin: 0.25rem 0 0; } .shots { -- cgit v1.2.3