Skip to content

Commit 3a8d52d

Browse files
authored
Merge pull request #727 from craftcms/a11y/more-link-fixes
Adjust link colors slightly and make sure underlines get applied to l…
2 parents 5d7584c + 4a9625e commit 3a8d52d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.vuepress/theme/styles/typography.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
103103

104104
p:not(.theme-default-content-override) a,
105105
li:not(.theme-default-content-override) a,
106+
table:not(.theme-default-content-override) a,
106107
dl a {
107108
@apply underline;
108109
text-decoration-color: var(--link-underline-color);

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
softer: "#fafbfe",
2020
blue: {
2121
"lighter": "#86A7F9",
22-
"default": "#2E68F5",
22+
"default": "#2963F5",
2323
"darker": "#1554F4",
2424
},
2525
red: "#da5a47",

0 commit comments

Comments
 (0)