Jon Wayne Parrott | 05d4808 | 2017-03-21 19:42:54 -0700 | [diff] [blame] | 1 | @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 Parrott | 4382bc1 | 2017-01-10 13:35:51 -0800 | [diff] [blame] | 7 | } |
8 | |||||
Jon Wayne Parrott | d2aec29 | 2016-10-12 14:40:08 -0700 | [diff] [blame] | 9 | code.descname { |
10 | color: #4885ed; | ||||
11 | } | ||||
Jon Wayne Parrott | 09568fd | 2017-02-17 15:54:59 -0800 | [diff] [blame] | 12 | |
13 | th.field-name { | ||||
14 | min-width: 100px; | ||||
15 | color: #3cba54; | ||||
16 | } |