dioxus-docs-kit 0.6.1

Reusable documentation site shell for Dioxus applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * default.css — baseline theme
 *
 * This file intentionally overrides nothing. It exists so the examples/themes/
 * directory has a clear "starting point" you can copy and diff against.
 *
 * Everything here is already the default from theme.css — see that file for
 * the canonical token list.
 */

.dk-root {
    /* No overrides. */
}