Files
zoneminder/dep/jwt-cpp/.github/overrides.css
2024-10-15 17:41:48 -04:00

20 lines
521 B
CSS

@media (prefers-color-scheme: dark) {
table.markdownTable, table.fieldtable {
width: auto;
}
html:not(.light-mode) {
/* define dark-mode variable overrides here if you DON'T use doxygen-awesome-darkmode-toggle.js */
}
html:not(.light-mode) div.contents table img {
filter: none;
}
html:not(.light-mode) div.qindex,
html:not(.light-mode) div.navtab {
background-color: var(--side-nav-background);
border: 1px solid var(--separator-color);
}
}