mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
style/canvas: tweak the dark theme
This commit is contained in:
parent
6ba4b063f6
commit
b9db6128cf
@ -25,6 +25,24 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Dark theme tweaks */
|
||||||
|
|
||||||
|
:root body .excalidraw.theme--dark {
|
||||||
|
--color-surface-high: transparent;
|
||||||
|
--color-brand-hover: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root .excalidraw.theme--dark.excalidraw .App-mobile-menu,
|
||||||
|
:root .excalidraw.theme--dark.excalidraw .App-menu__left {
|
||||||
|
--button-hover-bg: var(--hover-item-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root .excalidraw.theme--dark.excalidraw .dropdown-menu-button:hover {
|
||||||
|
--background: var(--hover-item-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Note's root */
|
||||||
|
|
||||||
:root .type-canvas {
|
:root .type-canvas {
|
||||||
--floating-buttons-vert-offset: 20px;
|
--floating-buttons-vert-offset: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user