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

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%;