Vanessa 2025-12-01 19:31:42 +08:00
parent 2665671690
commit fd9dd885f4

View file

@ -142,6 +142,7 @@
--b3-graph-olist-point: #b3005f; --b3-graph-olist-point: #b3005f;
--b3-graph-listitem-point: #f65b00; --b3-graph-listitem-point: #f65b00;
--b3-graph-bq-point: #8d48e3; --b3-graph-bq-point: #8d48e3;
--b3-graph-callout-point: var(--b3-theme-success);
--b3-graph-super-point: #dd79ff; --b3-graph-super-point: #dd79ff;
--b3-graph-doc-point: #e8eaed; --b3-graph-doc-point: #e8eaed;
--b3-graph-tag-point: #dbf32f; --b3-graph-tag-point: #dbf32f;
@ -182,6 +183,10 @@
--b3-pdf-background7: #C885DA; --b3-pdf-background7: #C885DA;
--b3-pdf-dark: #212224; --b3-pdf-dark: #212224;
/* callout */
--b3-callout-important: var(--b3-protyle-inline-blockref-color);
--b3-callout-warning: var(--b3-protyle-inline-mark-background);
/* 表格 */ /* 表格 */
--b3-table-even-background: rgba(255, 255, 255, .03); --b3-table-even-background: rgba(255, 255, 255, .03);