Skip to content

Commit

Permalink
fix: update subtitle opacity for better visibility in hero module (#221)
Browse files Browse the repository at this point in the history
fix: update subtitle opacity for better visibility in hero module, close #129 

```release-note
修复首页副标题显示不明显的问题。
```
  • Loading branch information
Anyexyz authored Nov 22, 2024
1 parent df35d55 commit f5d2d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/modules/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="mx-auto flex h-full max-w-7xl flex-col items-center justify-center gap-3 px-4 py-6 lg:px-6">
<span class="text-5xl" th:style="|color:${theme.config.layout.title_color}|" th:text="${site.title}"></span>
<span
class="text-sm font-light opacity-50"
class="text-sm font-light"
th:style="|color:${theme.config.layout.title_color}|"
th:text="${site.subtitle}"
></span>
Expand Down

0 comments on commit f5d2d75

Please sign in to comment.