Using CSS to give a black icon another color
问题 I saw some apps where even though a black icon was included, some how the app used CSS to convert the icon into a different colour. I can't seem to repeat this process Here's my back.css file: .dashboard-buttons a { width: 80px; height: 80px; border: 1px solid #ccc; margin: 0px 5px; display:inline-block; border-radius: 10px; background:white; text-decoration:none; -moz-box-shadow: inset 0 0 15px rgba(0,0,0, 0.25); -webkit-box-shadow: inset 0 0 15px rgba(0,0,0, 0.25); } .dashboard-buttons a