6 lines
67 B
SCSS
6 lines
67 B
SCSS
body:not(.is-touch) {
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|