🎨 Update block ref color

This commit is contained in:
Daniel 2023-07-05 19:41:54 +08:00
parent 64360e4d88
commit 6e3c03f985
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
--b3-protyle-inline-mark-background: rgb(252, 212, 126); --b3-protyle-inline-mark-background: rgb(252, 212, 126);
--b3-protyle-inline-mark-color: #202124; --b3-protyle-inline-mark-color: #202124;
--b3-protyle-inline-tag-color: #5f6368; --b3-protyle-inline-tag-color: #5f6368;
--b3-protyle-inline-blockref-color: #9984ea; --b3-protyle-inline-blockref-color: #8957e5;
--b3-protyle-inline-fileref-color: #21862e; --b3-protyle-inline-fileref-color: #21862e;
/* PDF */ /* PDF */

View File

@ -146,7 +146,7 @@
--b3-protyle-inline-mark-background: rgba(255, 208, 0, .4); --b3-protyle-inline-mark-background: rgba(255, 208, 0, .4);
--b3-protyle-inline-mark-color: var(--b3-theme-on-background); --b3-protyle-inline-mark-color: var(--b3-theme-on-background);
--b3-protyle-inline-tag-color: #9aa0a6; --b3-protyle-inline-tag-color: #9aa0a6;
--b3-protyle-inline-blockref-color: hsl(254, 80%, 74.8%); --b3-protyle-inline-blockref-color: #8957e5;
--b3-protyle-inline-fileref-color: var(--b3-theme-secondary); --b3-protyle-inline-fileref-color: var(--b3-theme-secondary);
/* PDF */ /* PDF */