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

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