mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
This commit is contained in:
parent
73e0a968e2
commit
4fdcb11309
9 changed files with 126 additions and 96 deletions
|
|
@ -52,7 +52,8 @@
|
|||
color: var(--b3-protyle-inline-s-color);
|
||||
}
|
||||
|
||||
strong {
|
||||
strong,
|
||||
span[data-type~="strong"] {
|
||||
color: var(--b3-protyle-inline-strong-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue