Font awesome selector color
I was wondering if it was possible to change the selector color of the
font awesome icon
I know its possible to change it of everything except the font awesome by
using this code
::selection{
background: #ffb7b7 !important; /* Safari */
}
::-moz-selection {
background: #ffb7b7; /* Firefox */
}
No comments:
Post a Comment