client: Fix table background on dark mode

This commit is contained in:
Elian Doran 2024-10-13 11:20:26 +03:00
parent 8136a2972e
commit fa769df7b0
No known key found for this signature in database

View File

@ -15,6 +15,10 @@
src: url(../fonts/JetBrainsMono-Light.woff2) format('woff');
}
.table {
--bs-table-bg: transparent !important;
}
html {
/* this fixes FF filter vs. position fixed bug: https://github.com/zadam/trilium/issues/233 */
height: 100%;