This commit is contained in:
2024-12-23 22:40:42 +08:00
parent 7f923bc18f
commit 60b6a1d5f1
2 changed files with 36 additions and 8 deletions

View File

@@ -65,6 +65,10 @@ a {
max-width: 300px;
}
.card.pin {
background-color: whitesmoke;
}
.card:hover,
.card:focus,
.card:active {
@@ -126,4 +130,8 @@ a {
.card {
border-color: #222;
}
.pin.card {
background-color: #222;
}
}