Bug: Fixed Canvas Background Contrast

This commit is contained in:
Kazi Aidah Haque 2026-07-13 00:12:47 +06:00
parent e8792c2ba2
commit bb77f37582
2 changed files with 20 additions and 0 deletions

View file

@ -194,4 +194,14 @@ body.theme-dark {
/* Hide labels on image-only canvas nodes */
.canvas-hide-img-label .canvas-node:has(> .canvas-node-container > .canvas-node-content.image-embed) .canvas-node-label {
display: none !important;
}
/* Canvas Background Contrast */
.theme-dark {
--canvas-background: #00000080;
}
.theme-light {
--canvas-background: #ffffff4f;
}

View file

@ -10335,6 +10335,16 @@ body.theme-dark {
display: none !important;
}
/* Canvas Background Contrast */
.theme-dark {
--canvas-background: #00000080;
}
.theme-light {
--canvas-background: #ffffff4f;
}
/* =============
CHECKBOXES
============= */