blob: c80ae1fc1f13fc634e4b726bae6015c4b813f70f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.line cite{
font-size: 0.9em;
}
html[data-theme="dark"] .table > :not(caption) > * > * {
color: rgb(206, 214, 221);
}
.wy-table-responsive table td, .wy-table-responsive table th,
.rst-content table.docutils thead, .rst-content table.field-list thead, .wy-table thead {
white-space: normal !important;
}
|