This commit is contained in:
jxxghp
2023-07-30 09:13:59 +08:00
parent a67722ca40
commit fd8baaf9f2
6 changed files with 77 additions and 48 deletions

View File

@@ -63,4 +63,8 @@ function getPersonImage() {
.person-card {
background-image: linear-gradient(45deg, #99999b, #384359 60%);
}
.person-card:hover {
background-image: linear-gradient(45deg, #bbbbbd, #8597aa 60%);
}
</style>