File size: 266 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono');
@media screen and (min-width: 1080px) {
div.document {
width: 1040px;
}
}
code.descname {
color: #4885ed;
}
th.field-name {
min-width: 100px;
color: #3cba54;
}
|