slack status without the slack status.zzstoatzz.io/
quickslice

feat: add simple user customization settings

- Add font family selector (system/mono/serif/comic)
- Add accent color picker with presets
- Settings toggle behind gear icon (owner only)
- Settings persist via localStorage
- Accent color applies to all UI elements
- Remove hardcoded fonts from all templates

-3
-3
templates/base.html
··· 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 6 <title>{% block title %}status.zzstoatzz.io{% endblock %}</title> 7 7 8 - <!-- Styles --> 9 - <link rel="stylesheet" href="/static/style.css"> 10 - 11 8 <!-- Favicon --> 12 9 <link rel="icon" type="image/svg+xml" href="/static/favicon.svg"> 13 10 <link rel="alternate icon" href="/static/favicon.png">