pingcrm/resources/css/reset.css
Jonathan Reinink 14192d0e46 Initial commit
2019-03-21 19:58:19 -04:00

10 lines
139 B
CSS
Vendored

a {
color: inherit;
text-decoration: none;
}
input, select, textarea, button, div, a {
&:focus, &:active {
outline: none;
}
}