supermemory/apps/web/app/(canvas)/canvasStyles.css
2024-06-09 20:38:37 +05:30

24 lines
No EOL
664 B
CSS

.tl-background {
background: #1F2428 !important;
}
.tlui-style-panel.tlui-style-panel__wrapper, .tlui-navigation-panel::before ,.tlui-menu-zone, .tlui-toolbar__tools, .tlui-popover__content, .tlui-menu, .tlui-button__help, .tlui-help-menu, .tlui-dialog__content {
background: #2C3439 !important;
border-top: #2C3439 !important;
border-right: #2C3439 !important;
border-bottom: #2C3439 !important;
border-left: #2C3439 !important;
}
.tlui-navigation-panel::before {
border-top: #2C3439 !important;
border-right: #2C3439 !important;
}
.tlui-minimap {
background: #2C3439 !important;
}
.tlui-minimap__canvas {
background: #1F2428 !important;
}