mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
This commit is contained in:
parent
b0b8ba9ab8
commit
a97dae8231
3 changed files with 4 additions and 2 deletions
|
|
@ -139,6 +139,7 @@
|
|||
--b3-protyle-inline-mark-color: #202124;
|
||||
--b3-protyle-inline-tag-color: #5f6368;
|
||||
--b3-protyle-inline-blockref-color: #8250df;
|
||||
--b3-protyle-inline-fileref-color: #21862e;
|
||||
|
||||
/* PDF */
|
||||
--b3-pdf-selection: #d0e9c8;
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@
|
|||
--b3-protyle-inline-mark-color: #e8eaed;
|
||||
--b3-protyle-inline-tag-color: #9aa0a6;
|
||||
--b3-protyle-inline-blockref-color: #8957e5;
|
||||
--b3-protyle-inline-fileref-color: #9eb762;
|
||||
|
||||
/* PDF */
|
||||
--b3-pdf-selection: #779170;
|
||||
|
|
|
|||
|
|
@ -202,8 +202,8 @@
|
|||
transition: var(--b3-transition);
|
||||
}
|
||||
|
||||
span[data-type~="file-annotation-ref"]:before {
|
||||
content: "🔖 ";
|
||||
span[data-type~="file-annotation-ref"] {
|
||||
color: var(--b3-protyle-inline-fileref-color);
|
||||
}
|
||||
|
||||
&.render-node {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue