2023-01-03 11:59:44 -06:00
|
|
|
body {
|
2023-01-04 15:18:29 -06:00
|
|
|
background-color: #09343f;
|
2023-01-03 11:59:44 -06:00
|
|
|
color: #b6b6b6;
|
|
|
|
font-family: monospace;
|
|
|
|
font-size: 8pt;
|
|
|
|
}
|
2023-01-04 14:32:01 -06:00
|
|
|
a {
|
|
|
|
color: #c6f4ff;
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: #85b7c3;
|
|
|
|
}
|
2022-11-07 17:44:57 -06:00
|
|
|
.box {
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
.box .name {
|
2022-11-13 10:54:07 -06:00
|
|
|
width: 15em;
|
2022-11-07 17:44:57 -06:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 6pt;
|
|
|
|
}
|
|
|
|
.box .value {
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
.flex {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.monospace {
|
|
|
|
font-family: monospace;
|
2023-01-03 11:59:44 -06:00
|
|
|
font-size: 8pt;
|
2022-11-07 17:44:57 -06:00
|
|
|
}
|
2023-01-29 04:38:28 -06:00
|
|
|
.dim {
|
|
|
|
opacity: 0.25;
|
|
|
|
}
|
|
|
|
.padded {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2022-11-14 10:17:43 -06:00
|
|
|
svg {
|
|
|
|
width: 800px;
|
|
|
|
}
|
2023-01-27 21:20:13 -06:00
|
|
|
th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
background-color: #0c2025;
|
2023-01-05 14:30:21 -06:00
|
|
|
}
|