Irshad2809.github.io/irsh

this is a demo portfolio of me .
the issue is that it looks different on android facebook in-app browser . (basically its ignoring some css ). my quetion is that how do i debug this issue .

Normal browser☝️

:point_up: From Facebook browser .

css : `
.Aproject {
background-color: #00000000;
border-bottom: 1px solid hsla(0, 0%, 100%, .2);
margin: 0;
color: transparent;
-webkit-text-stroke: 2px #fff;
text-stroke: 2px #fff;
cursor: pointer;
}

.Aproject:hover {
background-color: #000;
color: #fff;
}
`