/* KanoopCommonQt custom Doxygen overrides */

/* Accent color — darker green for readability on white */
html {
    --primary-color: #1a8a2e;
    --primary-dark-color: #146b23;
    --primary-light-color: #41cd52;
}

/* Slightly rounder corners */
div.contents, div.textblock {
    border-radius: 8px;
}

/* Nicer code blocks */
div.fragment {
    border-radius: 6px;
    border-left: 3px solid var(--primary-color);
}

/* Class member tables */
table.memberdecls {
    border-spacing: 0 2px;
}

/* Sidebar tree — tighter spacing */
.sm-dox a {
    padding: 0 12px;
}
