Vanessa 2024-06-01 12:08:43 +08:00
parent f7beda4742
commit f2e76a77b3

View file

@ -445,6 +445,11 @@
background-color: var(--b3-theme-primary-lightest) !important; background-color: var(--b3-theme-primary-lightest) !important;
} }
// https://github.com/siyuan-note/siyuan/issues/11589
.hljs wbr {
display: none;
}
&--hl, &--hl,
&--hl .hljs { &--hl .hljs {
transition: var(--b3-background-transition); transition: var(--b3-background-transition);