fix: normalize heading font weights and replace hardcoded colors with css variables
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
{{end}}
|
||||
</a>
|
||||
{{if and $withActions (not $hideTitle)}}
|
||||
<h3 class="line-clamp-2 text-sm font-medium text-foreground">
|
||||
<h3 class="line-clamp-2 text-sm font-normal text-foreground">
|
||||
{{$displayTitle}}
|
||||
</h3>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user