docs: add line break in themes list for better readability

This commit is contained in:
lklynet
2026-01-08 16:23:19 -05:00
parent a7b1513e3b
commit 3211ae02da
+1 -1
View File
@@ -49,7 +49,7 @@ A completely decentralized chat system built directly on top of the swarm topolo
### 3. Visualizations
* **Particle Map:** Visualizes approximate peer locations (if enabled).
* **Themes:** Built-in theme switcher (Nord, Solarized, Tokyo Night, etc).
* **Themes:** Built-in theme switcher (Nord, Solarized, Tokyo Night, etc).<br>
<img src="assets/images/default-theme.png" width="100" alt="Default" /> <img src="assets/images/nord-dark-theme.png" width="100" alt="Nord" /> <img src="assets/images/solarized-light-theme.png" width="100" alt="Solarized" /> <img src="assets/images/tokyo-night-theme.png" width="100" alt="Tokyo Night" /> <img src="assets/images/volcano-theme.png" width="100" alt="Volcano" />
---