diff --git a/docs/.vuepress/theme/styles/typography.pcss b/docs/.vuepress/theme/styles/typography.pcss index 9e7c8b2d3..8201278b1 100644 --- a/docs/.vuepress/theme/styles/typography.pcss +++ b/docs/.vuepress/theme/styles/typography.pcss @@ -103,6 +103,7 @@ p:not(.theme-default-content-override) a, li:not(.theme-default-content-override) a, + table:not(.theme-default-content-override) a, dl a { @apply underline; text-decoration-color: var(--link-underline-color); diff --git a/tailwind.config.js b/tailwind.config.js index e2367ed3a..d5f6acb18 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -19,7 +19,7 @@ module.exports = { softer: "#fafbfe", blue: { "lighter": "#86A7F9", - "default": "#2E68F5", + "default": "#2963F5", "darker": "#1554F4", }, red: "#da5a47",