HackMD/public/css/site.css
2015-05-15 12:58:13 +08:00

16 lines
530 B
CSS

/* for all pages should include this */
body {
font-smoothing: subpixel-antialiased !important;
-webkit-font-smoothing: subpixel-antialiased !important;
-moz-osx-font-smoothing: auto !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
/*text-rendering: optimizeLegibility;*/
-webkit-overflow-scrolling: touch;
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif !important;
}
:focus {
outline: none !important;
}
::-moz-focus-inner {
border: 0 !important;
}