Skip to content

Commit 4386317

Browse files
committed
冗余表头样式去除
1 parent 3133541 commit 4386317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/notion.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2067,11 +2067,11 @@ code.language-mermaid {
20672067
.notion-simple-table-row {
20682068
}
20692069

2070-
/* 表格头 */
2071-
.notion-simple-table tr:first-child td {
2070+
/* 表格头 新版notion不用 */
2071+
/* .notion-simple-table tr:first-child td {
20722072
background-color: #f5f6f8;
20732073
@apply text-center font-bold dark:bg-gray-800 !important;
2074-
}
2074+
} */
20752075

20762076
.notion-simple-table td {
20772077
border: 1px solid var(#eee) !important;

0 commit comments

Comments
 (0)