️ 优化深渊页面

*侧边栏添加滚动条
*深渊 star icon清晰度调整
This commit is contained in:
BTMuli
2024-01-01 23:18:59 +08:00
parent 1cbc840b05
commit 39135525cb
2 changed files with 16 additions and 5 deletions

View File

@@ -62,8 +62,11 @@ const props = defineProps<TuaDetailTitleProps>();
width: 20px;
height: 20px;
padding: 1px;
border-radius: 50%;
background: var(--tgc-btn-1);
filter: invert(22%) sepia(7%) saturate(1241%) hue-rotate(182deg) brightness(95%) contrast(99%);
object-fit: cover;
}
.dark .tud-t-val img {
filter: none;
}
</style>