bluespec-docs/sass/_document.scss

19 lines
249 B
SCSS
Raw Permalink Normal View History

2025-02-12 20:54:12 +00:00
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body, html {
height: 100%;
}
body {
text-rendering: optimizeLegibility;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
letter-spacing: 0.2px;
}