fix: normalize heading font weights and replace hardcoded colors with css variables
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{{if .WatchlistIDs}}<script>initWatchlist({{.WatchlistIDs}})</script>{{end}}
|
||||
<div class="flex flex-col gap-6">
|
||||
<div class="flex items-end justify-between">
|
||||
<h1 class="text-xl font-semibold text-foreground">Browse</h1>
|
||||
<h1 class="text-xl font-normal text-foreground">Browse</h1>
|
||||
</div>
|
||||
|
||||
{{template "filter_bar" .}}
|
||||
|
||||
Reference in New Issue
Block a user