File size: 490 Bytes
43c68a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@media screen and (min-width: 1056px) {
    #documenter .docs-main {
      max-width: 50rem !important;
    }
}
  

tbody, thead, pre {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

table td, th {
    padding: 8px;
}

table p {
    margin-bottom: 0;
}

table td code {
    white-space: nowrap;
}

table tr,
table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table tr:last-child {
    border-bottom: 0;
}

code {
    background-color: transparent;
    color: rgb(232, 62, 140);
}