This commit is contained in:
parent
928c1d476a
commit
a02efdb445
1 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@
|
|||
|
||||
&[data-type="NodeBlockQueryEmbed"] {
|
||||
background-color: var(--b3-embed-background);
|
||||
border: 1px dashed var(--b3-theme-surface-lighter);
|
||||
border: 1px dashed var(--b3-theme-on-surface-light);
|
||||
max-width: 100%;
|
||||
padding: 2px 4px;
|
||||
|
||||
|
@ -289,7 +289,7 @@
|
|||
|
||||
& > .protyle-wysiwyg__embed {
|
||||
-webkit-user-modify: read-only;
|
||||
border-top: 1px dashed var(--b3-theme-surface-lighter);
|
||||
border-top: 1px dashed var(--b3-theme-on-surface-light);
|
||||
position: relative;
|
||||
|
||||
.code-block:hover .protyle-icon,
|
||||
|
|
Loading…
Add table
Reference in a new issue