Skip to content

Commit 74eb43e

Browse files
authored
Merge pull request #141 from waymondrang/background-hotfix
hotfix: pageless background
2 parents 6dd2f2c + 19a160c commit 74eb43e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scss/base/_base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,8 @@ img.docs-generativeai-onboarding-dialog-image,
24382438
background-color: var(--DocsAfterDark_documentBackground);
24392439
}
24402440

2441-
.kix-canvas-tile-content[style*="background-color: rgb(255, 255, 255)"] {
2441+
.kix-canvas-tile-content[style*="background-color: rgb(255, 255, 255)"],
2442+
.kix-appview-editor[style*="background-color: rgb(255, 255, 255)"] {
24422443
background-color: var(--DocsAfterDark_documentBackground) !important;
24432444
}
24442445

0 commit comments

Comments
 (0)