// Core variables and mixins @import "variables.less"; @import "../../common/less/_fonts.less"; @import "vendor/highlight.less"; @import "typography.less"; * { -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-font-smoothing: antialiased; } html, body { height: 100%; } body { text-rendering: optimizeLegibility; font-smoothing: antialiased; font-family: @font-family-text; } a { color: #337ab7; text-decoration: none; } a:focus, a:hover { color: #23527c; text-decoration: underline; } p { margin: 0 0 1em; } hr { clear: both; margin: 1em 0; border: 0; border-top: 1px solid #ddd; } img { max-width: 100% !important; } .page-break { display: none; } @media screen { body { margin: 1em; } } @media print { @import "print.less"; }