feattle-ui 4.0.0

Featture toggles for Rust, extensible and with background synchronization and administration UI
Documentation
.feattles-struct {
    color: #A9B7C6;
    font-family: monospace;
}

.feattles-struct .keyword {
    color: #CC7832;
}

.feattles-struct .field {
    color: #9876AA;
}

.feattles-struct .doc {
    color: #629755;
}

.feattles-struct .doc-keyword {
    color: #629755;
    text-decoration: underline;
}

.feattles-struct .link {
    color: #4F86CD;
    text-decoration: underline;
}

.feattles-struct .tab {
    margin-left: 1em;
    display: block;
}

body {
    background-color: #2B2B2B;
    color: #A9B7C6;
}