From 8804b689b3fd425a30b63f13d36e06f388c8d426 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Sat, 11 Oct 2025 18:54:54 +0530 Subject: [PATCH] =?UTF-8?q?Remove=20table=20header=20background=20styling?= =?UTF-8?q?=20(v1.7.6)=20Removed=20custom=20background=20colors=20from=20t?= =?UTF-8?q?able=20headers=20to=20improve=20preview=20appearance=20and=20ma?= =?UTF-8?q?intain=20consistency=20with=20normal=20theming.=20##=20Changes?= =?UTF-8?q?=20-=20Removed=20background-color=20from=20default=20theme=20ta?= =?UTF-8?q?ble=20headers=20(was=20#f6f8fa)=20-=20Removed=20dark=20theme=20?= =?UTF-8?q?table=20header=20background=20styling=20block=20-=20Headers=20r?= =?UTF-8?q?etain=20font-weight:=20600=20for=20visual=20distinction=20-=20T?= =?UTF-8?q?able=20borders=20and=20alternating=20row=20colors=20remain=20in?= =?UTF-8?q?tact=20##=20User=20Request=20User=20feedback:=20"remove=20the?= =?UTF-8?q?=20theming=20of=20table=20headers,=20it=20looks=20bad.=20Keep?= =?UTF-8?q?=20normal=20theming=20of=20preview"=20=F0=9F=A4=96=20Generated?= =?UTF-8?q?=20with=20[Claude=20Code](https://claude.com/claude-code)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/styles.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 38d2093..fe6bcc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pan-converter", - "version": "1.7.5", + "version": "1.7.6", "description": "Cross-platform Markdown editor and converter using Pandoc", "main": "src/main.js", "scripts": { diff --git a/src/styles.css b/src/styles.css index 8adbf40..b240f54 100644 --- a/src/styles.css +++ b/src/styles.css @@ -326,7 +326,6 @@ body { #preview table th, .preview-content table th { font-weight: 600; - background-color: #f6f8fa; } #preview table tr:nth-child(2n), .preview-content table tr:nth-child(2n) { @@ -449,9 +448,6 @@ body.theme-dark .preview-content table th, body.theme-dark .preview-content tabl border-color: #3e3e42; } -body.theme-dark #preview table th, body.theme-dark .preview-content table th { - background-color: #2d2d30; -} body.theme-dark #preview table tr:nth-child(2n), body.theme-dark .preview-content table tr:nth-child(2n) { background-color: #2d2d30;