mdb-ui-kit/scss/includes/_reboot.scss

13 lines
232 B
SCSS

body {
font-weight: $mdb-font-weight-base;
}
//// Prevent highlight on mobile
//* {
// -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
// -webkit-tap-highlight-color: transparent;
// &:focus {
// outline: 0;
// }
//}