mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
13 lines
225 B
SCSS
13 lines
225 B
SCSS
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;
|
|
// }
|
|
//}
|