threads/templates/styles.html
Ayo Ayco 1354a8bab4 style: modularized stylesheets for button, card, pills
- better looking directional buttons
- consistent colors
2025-01-19 16:37:35 +01:00

3 lines
No EOL
260 B
HTML

<link rel="stylesheet" href="{{ url_for('threads.static', filename='pills.css') }}" />
<link rel="stylesheet" href="{{ url_for('threads.static', filename='card.css') }}" />
<link rel="stylesheet" href="{{ url_for('threads.static', filename='button.css') }}" />