diff --git a/paper.css b/paper.css index 8085388..75af355 100644 --- a/paper.css +++ b/paper.css @@ -85,6 +85,71 @@ a { color: var(--primary-color); } +/* tables */ +.md-meta,.md-before, .md-after { + color:#999; +} + +table { + border-collapse: collapse; + border-spacing: 0; + margin-bottom: 1.5em; + /*24 / 16*/ + font-size: 1em; + /* width: 100%; */ +} +thead th, +tfoot th { + padding: .25em .25em .25em .4em; + text-transform: uppercase; +} +th { + text-align: left; +} +td { + vertical-align: top; + padding: .25em .25em .25em .4em; +} + +code, +.md-fences { + background-color: #dadada; +} + +code { + padding-left: 2px; + padding-right: 2px; +} + +.md-fences { + margin-left: 2em; + margin-bottom: 3em; + padding-left: 1ch; + padding-right: 1ch; +} + +pre, +code, +tt { + font-size: .875em; + line-height: 1.714285em; +} + +.ty-table-edit { + background-color: transparent; +} +thead { + background-color: #dadada; +} +tr:nth-child(even) { + background: #e8e7e7; +} +hr { + border-color: #c5c5c5; +} + + + /* Stuff */ sup.md-footnote {