Vanessa 2022-09-13 10:19:13 +08:00
parent 73e0a968e2
commit 4fdcb11309
9 changed files with 126 additions and 96 deletions

View file

@ -52,7 +52,8 @@
color: var(--b3-protyle-inline-s-color);
}
strong {
strong,
span[data-type~="strong"] {
color: var(--b3-protyle-inline-strong-color);
}

View file

@ -169,6 +169,10 @@
}
}
span[data-type~="strong"] {
font-weight: bold;
}
span[data-type="tag"] {
border-bottom: 1px solid var(--b3-protyle-inline-tag-color);
color: var(--b3-protyle-inline-tag-color);