docs: Update

This commit is contained in:
2024-04-10 23:06:55 +08:00
parent 23353a3673
commit db0542279b
7 changed files with 83 additions and 18 deletions

View File

@ -40,11 +40,11 @@ const props = defineProps({
}
.item-card:hover {
border: 2px solid #00a6ff;
border: 2px solid $themeColor;
}
.item-name {
color: #00a6ff;
color: $themeColor;
font-size: 20px;
margin-bottom: 10px;
}
@ -58,7 +58,7 @@ const props = defineProps({
.icon {
width: 20px;
height: 20px;
color: #00000055;
color: $themeColor;
}
.author-info {