style: Improve the styling of the Chinese document jump tips bar in dark mode

This commit is contained in:
ZhaiSoul 2025-11-25 15:11:26 +00:00
parent 5febd5e178
commit 665c5c9ea6

View File

@ -4,10 +4,15 @@
border-bottom: 1px solid #ffd166;
text-align: center;
font-size: 15px;
}
}
.alert a {
[data-theme="dark"] .alert {
background: #3b2f0b;
border-bottom: 1px solid #665c22;
}
.alert a {
color: #1890ff;
font-weight: 500;
margin-left: 6px;
}
}