site: bump the border contrast for dark mode tables

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-10-10 17:57:18 +02:00
parent ecc54f2b3b
commit ba347ae523
2 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,6 @@
"bg-gradient-to-br",
"bg-gradient-to-r",
"bg-gradient-to-t",
"bg-gray-dark-200",
"bg-gray-light-100",
"bg-gray-light-200",
"bg-gray-light-400",

View File

@ -39,7 +39,7 @@ module.exports = {
"--tw-prose-invert-hr": theme("colors.divider.dark"),
"--tw-prose-invert-captions": theme("colors.gray.dark.600"),
"--tw-prose-invert-th-borders": theme("colors.gray.dark.200"),
"--tw-prose-invert-td-borders": theme("colors.gray.dark.200"),
"--tw-prose-invert-td-borders": theme("colors.gray.dark.300"),
},
},
}),