fix: update subtitle opacity for better visibility in hero module (#221)

fix: update subtitle opacity for better visibility in hero module, close #129 

```release-note
修复首页副标题显示不明显的问题。
```
This commit is contained in:
Anye
2024-11-22 10:32:11 +08:00
committed by GitHub
parent df35d55c4f
commit f5d2d75616

View File

@@ -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>