This commit is contained in:
Vanessa 2023-02-08 13:58:27 +08:00
parent a97dae8231
commit d40f2dd698
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +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;
--b3-protyle-inline-fileref-color: var(--b3-theme-secondary);
/* PDF */
--b3-pdf-selection: #d0e9c8;

View file

@ -139,7 +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;
--b3-protyle-inline-fileref-color: var(--b3-theme-secondary);
/* PDF */
--b3-pdf-selection: #779170;