/* Background colors for the different sets */

/* Bridle */
.bridle {
    background-color: #15729d;
}

.bridle-api {
    background-color: #15729d;
}

/* Zephyr Project RTOS */
.zephyr-api {
    background-color: #333f67;
}

.zephyr {
    background-color: #333f67;
}

/* Kconfig Reference */
.kconfig {
    background-color: #e82424;
}

/* Devicetree Bindings */
.devicetree {
    background-color: #e5c100;
}

/* tweak grid items color */
.grid h2 {
  color: #fcfcfc !important;
}
