Skip to content

Commit f3afd23

Browse files
committed
Fix button color
1 parent 2ee4436 commit f3afd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/linkstack/css/brands.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ button:hover,
554554

555555
/* Furtrack */
556556
.button.button-furtrack {
557-
color: #2D0E4C;
558-
background-color: #000000;
557+
color: #FFFFFF;
558+
background-color: #2D0E4C;
559559
}
560560
.button.button-furtrack:hover,
561561
.button.button-furtrack:focus {

0 commit comments

Comments
 (0)