Skip to content

Commit fd4d5a9

Browse files
Updated CSS for Authentication secondary buttons.
1 parent 5c3eb63 commit fd4d5a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ a {
6161
color: #000000;
6262
background: #ffcc00;
6363
}
64+
65+
.amplify-button[data-variation='link'] {
66+
color: #000000;
67+
background: #ffffff
68+
}
69+
70+
.amplify-button:hover[data-variation='link'] {
71+
color: #000000;
72+
background: #ffcc00
73+
}

0 commit comments

Comments
 (0)