mirror of
https://github.com/halo-dev/theme-earth.git
synced 2026-02-27 01:00:49 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user