feat: add java.md cheatsheet. (#12) a9896a265f

This commit is contained in:
jaywcjlove
2022-10-31 16:21:31 +00:00
parent 2f6a6cca1c
commit 75e091587b
3 changed files with 1023 additions and 2 deletions

View File

@ -365,6 +365,17 @@ body.home .max-container a.home-button:visited:hover {
gap: 2rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-card a.contributing {
position: relative;
}
.home-card a.contributing::after {
content: '待完善需要您的参与';
display: block;
position: absolute;
font-size: 10px;
right: 5px;
bottom: -15px;
}
[data-color-mode*='light'] body .home-card a {
--text-opacity: 0.75;