feat: bump editors with concern alert

This commit is contained in:
Mo
2022-01-19 13:42:17 -06:00
parent da1d4f75c8
commit 62cb70728e
30 changed files with 155 additions and 7638 deletions

View File

@@ -94,7 +94,7 @@ body, html {
.editor-preview-active table tr:nth-child(2n), .editor-preview-active-side table tr:nth-child(2n) {
background-color: var(--sn-stylekit-background-color);
}
.editor-preview-active p code, .editor-preview-active ul li code, .editor-preview-active-side p code, .editor-preview-active-side ul li code {
.editor-preview-active p code, .editor-preview-active-side p code {
padding: 3px 6px;
background-color: var(--sn-stylekit-background-color);
color: var(--sn-stylekit-info-color);