doc: update css.md 9a2cbcd359

This commit is contained in:
jaywcjlove
2022-12-10 04:18:20 +00:00
parent bbc325446f
commit fbb637c777
5 changed files with 109 additions and 7 deletions

View File

@ -417,8 +417,15 @@ body.home .max-container a.home-button:visited:hover {
display: block;
position: absolute;
font-size: 10px;
left: 5px;
bottom: -15px;
left: 12px;
bottom: -18px;
overflow: hidden;
height: 1rem;
line-height: 1rem;
white-space: nowrap;
text-overflow: ellipsis;
text-align: left;
width: 100%;
}
.home-card a.contributing:hover:after {
color: var(--color-fg-muted);