💄 优化 VPBanner 在深色模式下的 box-shadow

This commit is contained in:
目棃
2024-02-22 17:05:13 +08:00
parent 820060e3a3
commit cb41bce4f2

View File

@@ -91,3 +91,8 @@ html[data-theme="dark"] {
color: #bbbbbb;
}
}
// vpbanner 在 dark 模式下边缘不清晰
html[data-theme="dark"] {
--card-shadow: rgba(255, 255, 255, 0.15);
}