.cssclass strong,
.cssclass .cm-strong:not(.cm-active > span) {
border-bottom: 2px dashed var(--color-accent);
font-style: normal;
text-decoration: none;
color: #00000000;
transition: color 0.3s;
}
.cssclass .cm-active > strong.cm-strong {
border-bottom: 2px dashed var(--color-accent);
font-style: normal;
text-decoration: none;
}
.cssclass strong:hover,
.cssclass .cm-strong:hover:not(.cm-active > span) {
color: var(--text-normal);
transition: color 0.3s;
}
1 个赞