mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fix(canvas): images appearing muted in dark mode (closes #5708)
This commit is contained in:
@@ -2432,4 +2432,8 @@ iframe.print-iframe {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excalidraw.theme--dark canvas {
|
||||||
|
--theme-filter: invert(100%) hue-rotate(180deg);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user