/*
 * SPDX-FileCopyrightText: 2026 Nguyễn Gia Phong
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
html {
    margin: auto;
    max-width: 50em;
    p {
        hyphens: auto;
        text-align: justify;
    }
    code, pre {
        background-color: ButtonFace;
        color: ButtonText;
        font-family: monospace, monospace;
    }
    pre {
        overflow: auto;
        padding: 1ex 1ch;
        code.builtin.constant, code.number { color: VisitedText };
        code.comment, code.operator, code.tag.chars { color: GrayText };
        code.comment { font-style: italic }
        code.keyword:not(.soft) { font-weight: bold };
        code.string { color: LinkText };
    }
    table {
        border-bottom: 0.15em solid;
        border-collapse: collapse;
        border-top: 0.15em solid;
        line-height: 1em;
        margin: auto;
        tr:first-of-type > th { border-bottom: 0.08em solid }
        th, td { padding: 0.5em }
    }
}
