docs/Writerside/cfg/static/ucx.css

Tue, 09 Sep 2025 22:30:18 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 09 Sep 2025 22:30:18 +0200
changeset 1367
6b3d52dd176e
parent 1140
88a9ee79c102
permissions
-rw-r--r--

change linked_list.c to allow custom data in nodes + implement cx_kv_list_set_key()

relates to #461

html.theme-light {
    --ucx-color-accent: #5b6f7a;
}
html.theme-dark {
    --ucx-color-accent: #215c59;
}

.article__h1 {
    margin: 0;
    padding: 0;
    .title {
        display: block;
    }
    .title__content {
        display: block;
        color: white;
        background-color: var(--ucx-color-accent);
        padding: 0.1em;
    }
}

.article__h2 .title__content {
    border-bottom-color: var(--ucx-color-accent);
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    width: 100%;
}

mercurial