Skip to content

Commit ba347ae

Browse files
committed
site: bump the border contrast for dark mode tables
Signed-off-by: David Karlsson <[email protected]>
1 parent ecc54f2 commit ba347ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hugo_stats.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
"bg-gradient-to-br",
156156
"bg-gradient-to-r",
157157
"bg-gradient-to-t",
158-
"bg-gray-dark-200",
159158
"bg-gray-light-100",
160159
"bg-gray-light-200",
161160
"bg-gray-light-400",

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
"--tw-prose-invert-hr": theme("colors.divider.dark"),
4040
"--tw-prose-invert-captions": theme("colors.gray.dark.600"),
4141
"--tw-prose-invert-th-borders": theme("colors.gray.dark.200"),
42-
"--tw-prose-invert-td-borders": theme("colors.gray.dark.200"),
42+
"--tw-prose-invert-td-borders": theme("colors.gray.dark.300"),
4343
},
4444
},
4545
}),

0 commit comments

Comments
 (0)