Skip to content

Commit 880aa35

Browse files
edit btn-outline-mktg to have transparent bg
1 parent 748df56 commit 880aa35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/primer-marketing-buttons/lib/button.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454

5555
.btn-outline-mktg {
5656
color: $blue-450;
57-
background-color: $white;
57+
background-color: rgba($white, 0);
5858
border-color: rgba($blue-450, 0.5);
5959

6060
&:hover {
6161
color: $blue-500;
6262
text-decoration: none;
63-
background-color: $white;
63+
background-color: rgba($white, 0);
6464
border-color: rgba($blue-450, 1);
6565
}
6666
}

0 commit comments

Comments
 (0)