Skip to content

Commit c34f03a

Browse files
committed
Trial fix Issue: #990
1 parent 5ad56fb commit c34f03a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/Home/Home.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
padding-bottom: $base-unit*6;
7171
}
7272
.tc-btn{
73+
color: #cfe6ff;
7374
height:$base-unit*8;
7475
width: $base-unit*50;
7576
text-align: center;
@@ -79,6 +80,14 @@
7980
font-size: $tc-label-lg;
8081
display: block;
8182
margin-bottom: $base-unit * 4;
83+
&:hover {
84+
color:#ffffff;
85+
background-image: linear-gradient(#3996FF 0%, #127BF3 100%) !important;
86+
}
87+
&:active {
88+
color:#ffffff;
89+
background-image: linear-gradient(#3996FF 0%, #127BF3 100%) !important;
90+
}
8291
}
8392
}
8493
}

0 commit comments

Comments
 (0)