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