feat: add default prompt changes.

This commit is contained in:
jaywcjlove
2022-11-03 11:49:21 +08:00
parent e87ce59a88
commit d8ab87b0e0
3 changed files with 8 additions and 2 deletions

View File

@ -370,7 +370,7 @@ body.home .max-container a.home-button:visited:hover {
}
.home-card a.contributing::after {
color: var(--color-fg-muted);
content: '👆待完善需要您的参与';
content: attr(data-info);
display: block;
position: absolute;
font-size: 10px;