feat: tweak theme colors and streamline sidebar chrome

This commit is contained in:
2026-05-15 01:09:29 +02:00
parent c8b189d0e7
commit 598e842b2c
8 changed files with 27 additions and 156 deletions

View File

@@ -55,9 +55,8 @@
{{define "watchlist_remove_button"}}
<div id="remove-watchlist-container-{{.ID}}" class="{{.ContainerClass}}">
<div class="{{.DividerClass}}"></div>
<button class="{{.ButtonClass}}" onclick="removeWatchlist({{.ID}}, this)">
<span class="{{.SpanClass}}">Remove from Watchlist</span>
</button>
</div>
{{end}}
{{end}}