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

This commit is contained in:
jaywcjlove
2022-11-01 00:20:36 +08:00
parent 5f533d8332
commit a9896a265f
4 changed files with 790 additions and 1 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;