summaryrefslogtreecommitdiff
path: root/sass/main.scss
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 18:14:35 -0500
committerChristian Cleberg <[email protected]>2026-08-02 18:14:35 -0500
commit8780e8761da6b1eec5d686a25c9f673c22d974c6 (patch)
tree0bb327a0b42a28a38fd7a6c2830d6c68f1cddb87 /sass/main.scss
parent3028f0d7da990bd3c0da515658dd5ab90dd9e1d4 (diff)
downloadkrz.sh-8780e8761da6b1eec5d686a25c9f673c22d974c6.tar.gz
krz.sh-8780e8761da6b1eec5d686a25c9f673c22d974c6.tar.bz2
krz.sh-8780e8761da6b1eec5d686a25c9f673c22d974c6.zip
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)
Diffstat (limited to 'sass/main.scss')
-rw-r--r--sass/main.scss2
1 files changed, 2 insertions, 0 deletions
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 {