CSS dosyanızda ;
a {
font-family: Poppins-Regular;
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}Bu kısmı aşağıdaki ile değiştirin.
a {
font-family: Poppins-Regular;
font-size: 14px;
line-height: 1.7;
color: #ffffff;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
Teşekkür ederim. Sorunu çözdüm