/* Small overrides on top of Bootstrap dark. */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, sans-serif; }
code { color: #93c5fd; }
th[data-sort] { cursor: pointer; user-select: none; }
th[data-sort]::after { content: " ↕"; opacity: .35; font-size: .85em; }
th[data-sort].asc::after { content: " ▲"; opacity: 1; }
th[data-sort].desc::after { content: " ▼"; opacity: 1; }
.font-monospace { font-family: ui-monospace, Menlo, Consolas, monospace; }
