mirror of
https://github.com/kazi-aidah/blobob.git
synced 2026-07-22 04:30:27 +00:00
Bug: Fixed Canvas Background Contrast
This commit is contained in:
parent
e8792c2ba2
commit
bb77f37582
2 changed files with 20 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
10
theme.css
10
theme.css
|
|
@ -10335,6 +10335,16 @@ body.theme-dark {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
/* Canvas Background Contrast */
|
||||
.theme-dark {
|
||||
--canvas-background: #00000080;
|
||||
}
|
||||
|
||||
.theme-light {
|
||||
--canvas-background: #ffffff4f;
|
||||
}
|
||||
|
||||
/* =============
|
||||
CHECKBOXES
|
||||
============= */
|
||||
|
|
|
|||
Loading…
Reference in a new issue