interactive intro to open social at-me.zzstoatzz.io

fix: dark scrollbar for autocomplete dropdown

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+20
src
templates
+20
src/templates/landing.html
··· 178 margin-top: 0.25rem; 179 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); 180 display: none; 181 } 182 183 .autocomplete-results.show {
··· 178 margin-top: 0.25rem; 179 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); 180 display: none; 181 + scrollbar-width: thin; 182 + scrollbar-color: rgba(255, 255, 255, 0.2) rgba(10, 10, 15, 0.5); 183 + } 184 + 185 + .autocomplete-results::-webkit-scrollbar { 186 + width: 8px; 187 + } 188 + 189 + .autocomplete-results::-webkit-scrollbar-track { 190 + background: rgba(10, 10, 15, 0.5); 191 + border-radius: 4px; 192 + } 193 + 194 + .autocomplete-results::-webkit-scrollbar-thumb { 195 + background: rgba(255, 255, 255, 0.2); 196 + border-radius: 4px; 197 + } 198 + 199 + .autocomplete-results::-webkit-scrollbar-thumb:hover { 200 + background: rgba(255, 255, 255, 0.3); 201 } 202 203 .autocomplete-results.show {