11 lines
139 B
CSS
11 lines
139 B
CSS
|
a {
|
||
|
color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
input, select, textarea, button, div, a {
|
||
|
&:focus, &:active {
|
||
|
outline: none;
|
||
|
}
|
||
|
}
|