mdb-ui-kit/scss/_reboot.scss

13 lines
225 B
SCSS
Raw Normal View History

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