website: update style. 516ff9af69

This commit is contained in:
jaywcjlove
2022-10-31 16:24:50 +00:00
parent 75e091587b
commit adebc9d645

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;