Skip to content

Commit 105fc10

Browse files
committed
Update link colors to match wpengine.com
1 parent 49634a0 commit 105fc10

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tailwind.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,13 @@ module.exports = {
168168
a: {
169169
fontWeight: theme("fontWeight.semibold"),
170170
textDecoration: "none",
171-
borderBottom: `1px solid ${theme("colors.sky.300")}`,
171+
color: theme("colors.blue.dark"),
172+
borderBottom: `2px solid ${theme("colors.blue.dark")}`,
173+
transition: "color .22s cubic-bezier(0.65,0.05,0.36,1), border-color .22s cubic-bezier(0.65,0.05,0.36,1)"
172174
},
173175
"a:hover": {
174-
borderBottomWidth: "2px",
176+
color: theme("colors.blue.DEFAULT"),
177+
borderColor: theme("colors.blue.DEFAULT"),
175178
},
176179
"a code": {
177180
color: "inherit",

0 commit comments

Comments
 (0)