Vanessa 2024-10-11 11:32:27 +08:00
parent 0026b84622
commit bc53babb85
4 changed files with 16 additions and 4 deletions

View file

@ -194,8 +194,14 @@
--b3-pdf-background7: #C885DA;
--b3-pdf-dark: #212224;
/* 表格偶数行 */
/* 表格 */
--b3-table-even-background: rgba(0, 0, 0, .02);
/* 潜入块 */
--b3-embed-background: var(--b3-table-even-background);
/* 引述块 */
--b3-bq-background: var(--b3-table-even-background);
}
:lang(ja_JP):root {

View file

@ -193,8 +193,14 @@
--b3-pdf-background7: #C885DA;
--b3-pdf-dark: #212224;
/* 表格偶数行 */
/* 表格 */
--b3-table-even-background: rgba(255, 255, 255, .03);
/* 潜入块 */
--b3-embed-background: var(--b3-table-even-background);
/* 引述块 */
--b3-bq-background: var(--b3-table-even-background);
}
:lang(ja_JP):root {

View file

@ -131,7 +131,7 @@
padding: 4px;
color: var(--b3-theme-on-surface);
border-left: .25em solid var(--b3-theme-surface-lighter);
background-color: var(--b3-list-hover);
background-color: var(--b3-bq-background);
margin: 4px 0;
}

View file

@ -280,7 +280,7 @@
}
&[data-type="NodeBlockQueryEmbed"] {
background-color: var(--b3-theme-surface);
background-color: var(--b3-embed-background);
border-left: 1px dashed var(--b3-theme-surface-lighter);
max-width: 100%;