Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于站点主页的副标题显示效果较弱的问题 #129

Open
Anyexyz opened this issue Nov 28, 2023 · 3 comments · May be fixed by #221
Open

关于站点主页的副标题显示效果较弱的问题 #129

Anyexyz opened this issue Nov 28, 2023 · 3 comments · May be fixed by #221
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/improvement Categorizes issue or PR as related to a improvement.

Comments

@Anyexyz
Copy link
Contributor

Anyexyz commented Nov 28, 2023

站点主页的副标题设置后,本身副标题的相较于主标题的大小较小,由于背景图片的设置,副标题设置透明度50%容易使副标题看不清,建议设置为100%。
修改建议hero.html35行

<span class="text-sm font-light text-white opacity-50" th:text="${site.subtitle}"></span>

修改为

<span class="text-sm font-light text-white opacity-100" th:text="${site.subtitle}"></span>
@JohnNiang
Copy link
Member

/kind improvement
/good-first-issue

Copy link

f2c-ci-robot bot commented Nov 28, 2023

@JohnNiang:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/kind improvement
/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@f2c-ci-robot f2c-ci-robot bot added kind/improvement Categorizes issue or PR as related to a improvement. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Nov 28, 2023
@DeanLiu0521
Copy link

你好,第一次尝试contribute,想领取这个issue。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/improvement Categorizes issue or PR as related to a improvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants