mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-22 06:51:31 +08:00
feat: add java.md
cheatsheet. (#12) a9896a265f
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user