Sounds to me like you want to remove the color property for mobile only. To achive that you can use @media only screen and (max-width: 600px)
property in css which will load the css for all devices that have max-width
of 600px
. Here you can find more info on that https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…