This commit is contained in:
zyronon
2023-11-30 14:02:20 +08:00
parent 5a3f4445dc
commit c0eef7768d
8 changed files with 153 additions and 182 deletions

View File

@@ -371,6 +371,20 @@ footer {
}
}
&.border {
.item-title {
transition: all .3s;
cursor: pointer;
border-bottom: 2px solid transparent;
}
&:hover {
.item-title {
border-bottom: 2px solid gray !important;
}
}
}
.item-title {
display: flex;
align-items: center;
@@ -387,11 +401,12 @@ footer {
color: gray;
}
}
}
.item-sub-title {
font-size: 16rem;
color: gray;
.item-sub-title {
font-size: 16rem;
color: gray;
}
}
.text-shadow {