优化左上角网站标题显示效果

This commit is contained in:
李寻欢 2024-02-05 14:56:41 +08:00
parent 1084399033
commit 82f9a8d529

View File

@ -55,11 +55,12 @@ const { title } = useNav();
}
.sidebar-title {
font-family: "哥特黑白无常", system-ui !important;
display: inline-block;
height: 32px;
height: 28px;
margin: 2px 0 0 12px;
overflow: hidden;
font-size: 18px;
font-size: 20px;
font-weight: 600;
line-height: 32px;
color: $subMenuActiveText;