We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d7584c + 4a9625e commit 3a8d52dCopy full SHA for 3a8d52d
docs/.vuepress/theme/styles/typography.pcss
@@ -103,6 +103,7 @@
103
104
p:not(.theme-default-content-override) a,
105
li:not(.theme-default-content-override) a,
106
+ table:not(.theme-default-content-override) a,
107
dl a {
108
@apply underline;
109
text-decoration-color: var(--link-underline-color);
tailwind.config.js
@@ -19,7 +19,7 @@ module.exports = {
19
softer: "#fafbfe",
20
blue: {
21
"lighter": "#86A7F9",
22
- "default": "#2E68F5",
+ "default": "#2963F5",
23
"darker": "#1554F4",
24
},
25
red: "#da5a47",
0 commit comments