blob: 3d0319dd337c378cd3cb59b7aa54741fb234257d [file] [log] [blame]
Jon Wayne Parrott05d48082017-03-21 19:42:54 -07001@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');
2
3@media screen and (min-width: 1080px) {
4 div.document {
5 width: 1040px;
6 }
Jon Wayne Parrott4382bc12017-01-10 13:35:51 -08007}
8
Jon Wayne Parrottd2aec292016-10-12 14:40:08 -07009code.descname {
10 color: #4885ed;
11}
Jon Wayne Parrott09568fd2017-02-17 15:54:59 -080012
13th.field-name {
14 min-width: 100px;
15 color: #3cba54;
16}