aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(canvas)/canvasStyles.css
blob: a53d8c96cea698fbb3d2ebf8c0608acaf7ad2caa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.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;
}