diff options
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/main.scss | 2 |
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 { |
