Add pointer cursor to mobile header icons
The font-size: 0 trick suppresses the default link cursor, so
explicitly set cursor: pointer on mobile.

https://claude.ai/code/session_01TfeEX8ySJ9sRCi4gyXQzkb
change
commit 8fa1f9fb4e94e9b8c4bb076a026a2ee1f97005fd
author Claude <noreply@anthropic.com>
date
parent b6c79f3c
diff --git a/public/css/app.css b/public/css/app.css
index 9b41200..babe82b 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -698,6 +698,7 @@ button[type="submit"]:not(.complete-btn):hover {
   .site-name,
   .header-user {
     font-size: 0;
+    cursor: pointer;
   }
 
   .site-name::after {