fix: 🐛 修复 title 在非 chrome 浏览器渐变显示问题

This commit is contained in:
ray
2024-10-31 01:14:57 +08:00
parent c3bb7946a0
commit 3c13660124

View File

@@ -354,10 +354,7 @@ onMounted(() => {
margin: auto 5px;
font-size: 24px;
font-weight: bold;
color: transparent;
background: linear-gradient(to right, #3b82f6, #14b8a6);
background-clip: text;
-webkit-text-fill-color: transparent;
color: #3b82f6;
}
}