diff options
| author | codetorso <[email protected]> | 2024-07-01 07:11:20 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-07-01 07:11:20 +0530 |
| commit | 66a7c24d2204a3affe4811c6a0c9f3a1e2c2eece (patch) | |
| tree | dfa2ac8373e54e06c80a08c7e5fb413bc719eea9 /apps/web/app | |
| parent | dhravya's improvements (diff) | |
| download | archived-supermemory-66a7c24d2204a3affe4811c6a0c9f3a1e2c2eece.tar.xz archived-supermemory-66a7c24d2204a3affe4811c6a0c9f3a1e2c2eece.zip | |
done!
Diffstat (limited to 'apps/web/app')
| -rw-r--r-- | apps/web/app/(canvas)/canvasStyles.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/apps/web/app/(canvas)/canvasStyles.css b/apps/web/app/(canvas)/canvasStyles.css index a9029680..7cf5b562 100644 --- a/apps/web/app/(canvas)/canvasStyles.css +++ b/apps/web/app/(canvas)/canvasStyles.css @@ -1,22 +1,22 @@ .tl-background { - background: #181E23 !important; + 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; + background: #2C3840 !important; + border-top: #2C3840 !important; + border-right: #2C3840 !important; + border-bottom: #2C3840 !important; + border-left: #2C3840 !important; } .tlui-navigation-panel::before { - border-top: #2C3439 !important; - border-right: #2C3439 !important; + border-top: #2C3840 !important; + border-right: #2C3840 !important; } .tlui-minimap { - background: #2C3439 !important; + background: #2C3840 !important; } .tlui-minimap__canvas { |