MenuGroup 去除hover颜色;
代码块背景色,代码css加载优化;
This commit is contained in:
tangly1024
2021-11-04 09:55:33 +08:00
parent 255a774e1c
commit 5a2c1581b5
5 changed files with 13 additions and 9 deletions

View File

@@ -689,12 +689,12 @@ svg.notion-page-icon {
width: 100%;
padding: 30px 16px 30px 20px;
margin: 4px 0;
border-radius: 3px;
border-radius: 10px;
tab-size: 2;
display: block;
box-sizing: border-box;
overflow: auto;
background: var(--bg-color-1);
background: #272822;
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier,
monospace;
}