Vanessa 2025-10-06 11:05:05 +08:00
parent 8bd6453b25
commit c7a74fc7bc

View file

@ -60,6 +60,7 @@
}
em,
a[data-type~="em"],
span[data-type~="em"] {
font-style: italic;
color: var(--b3-protyle-inline-em-color);
@ -72,6 +73,7 @@
}
strong,
a[data-type~="strong"],
span[data-type~="strong"] {
font-weight: bold;
color: var(--b3-protyle-inline-strong-color);