Godzilla Member Dec 25, 2018 #1 I've been trying to figure out how to fix this for a long time cannot find a way to fix this.to remove the white highlight
I've been trying to figure out how to fix this for a long time cannot find a way to fix this.to remove the white highlight
M Monks Member Dec 25, 2018 #2 remove the background gradient Code: .totalContainer { display: flex; color: #9dc7d8; background: linear-gradient(180deg, #f5f5f5, #fafafa); padding: 5px 8px; } Upvote 0 Downvote
remove the background gradient Code: .totalContainer { display: flex; color: #9dc7d8; background: linear-gradient(180deg, #f5f5f5, #fafafa); padding: 5px 8px; }
Godzilla Member Dec 25, 2018 #3 Monks said: remove the background gradient Code: .totalContainer { display: flex; color: #9dc7d8; background: linear-gradient(180deg, #f5f5f5, #fafafa); padding: 5px 8px; } Click to expand... Ty for your help Upvote 0 Downvote
Monks said: remove the background gradient Code: .totalContainer { display: flex; color: #9dc7d8; background: linear-gradient(180deg, #f5f5f5, #fafafa); padding: 5px 8px; } Click to expand... Ty for your help