ling-lang 2030.1.12

Ling - The Omniglot Systems Language
Documentation
/* Ling Language Reference — custom styles */
:root {
    --sidebar-width: 280px;
}

.content main {
    max-width: 860px;
}

code {
    font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;
}

table {
    width: 100%;
    margin-bottom: 1.2em;
}

th {
    background: var(--sidebar-bg);
}

/* mdBook FontAwesome: avoid hard failures when icon set lacks 'github' (regular). */
.fa-github::before {
    content: "\f09b"; /* 'github' fallback from Font Awesome v6 */
}