mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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",
|
||||
|
||||
@@ -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"),
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user