From f72a4f7c547b0d7ffe5494d4cdfb7990b4e7109b Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 5 Jul 2023 16:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index dbc3b804..0062e13c 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -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 +} \ No newline at end of file