mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
表格样式
This commit is contained in:
@@ -2046,3 +2046,18 @@ code.language-mermaid {
|
||||
.notion-external-image {
|
||||
@apply w-6 h-6 mx-3 my-2 !important;
|
||||
}
|
||||
|
||||
/* 表格 #f5f6f8*/
|
||||
.notion-simple-table-row {
|
||||
}
|
||||
|
||||
/* 表格头 */
|
||||
.notion-simple-table tr:first-child td{
|
||||
background-color: #f5f6f8 !important;
|
||||
@apply text-center font-bold !important;
|
||||
|
||||
}
|
||||
|
||||
.notion-simple-table td{
|
||||
border: 1px solid var(#eee) !important
|
||||
}
|
||||
Reference in New Issue
Block a user