* { -moz-box-sizing: border-box; box-sizing: border-box; }
*:focus { outline: none; }
-/* override default heading sizes */
-h1 { font-size: 2.0em; }
-h2 { font-size: 1.5em; }
-h3 { font-size: 1.17em; }
-h4 { font-size: 1.0em; }
-h5 { font-size: 0.83em; }
-h6 { font-size: 0.67em; }
-
/* set the font and the artical content width */
body {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
margin-right: auto;
}
-/* table styling
-
- Github table style and code block style
- code plock style from logbook link?
+/* override default heading sizes */
+h1 { font-size: 2.0rem; }
+h2 { font-size: 1.5rem; }
+h3 { font-size: 1.17rem; }
+h4 { font-size: 1.0rem; }
+h5 { font-size: 0.83rem; }
+h6 { font-size: 0.67rem; }
-*/
+/* table styling: Github or skeleton table style */
table {
display: block;
width: 100%;