website: update style.

This commit is contained in:
jaywcjlove 2022-11-01 00:23:50 +08:00
parent a9896a265f
commit 516ff9af69

View File

@ -369,13 +369,17 @@ body.home .max-container a.home-button:visited:hover {
position: relative;
}
.home-card a.contributing::after {
content: '待完善需要您的参与';
color: var(--color-fg-muted);
content: '👆待完善需要您的参与';
display: block;
position: absolute;
font-size: 10px;
right: 5px;
left: 5px;
bottom: -15px;
}
.home-card a.contributing:hover:after {
color: var(--color-fg-muted);
}
[data-color-mode*='light'] body .home-card a {
--text-opacity: 0.75;