mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-03 03:11:31 +08:00
client: Fix table background on dark mode
This commit is contained in:
parent
8136a2972e
commit
fa769df7b0
@ -15,6 +15,10 @@
|
|||||||
src: url(../fonts/JetBrainsMono-Light.woff2) format('woff');
|
src: url(../fonts/JetBrainsMono-Light.woff2) format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table {
|
||||||
|
--bs-table-bg: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
/* this fixes FF filter vs. position fixed bug: https://github.com/zadam/trilium/issues/233 */
|
/* this fixes FF filter vs. position fixed bug: https://github.com/zadam/trilium/issues/233 */
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user