Skip to content

Commit 56c3c49

Browse files
committed
fix(instructure): better canvas support
1 parent dd1af34 commit 56c3c49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

websites/+instructure.com.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ header {
3333
border: 1px solid rgba(200, 200, 200, 0.1) !important; /* Optional subtle border */
3434
}
3535

36+
/* canvas-bettercanvas */
37+
:root {
38+
--bcbackground-0: transparent !important;
39+
--bcbackground-1: transparent !important;
40+
--bcbackground-2: transparent !important;
41+
--bcsidebar: transparent !important;
42+
}
43+
3644
/* canvas-darkreader */
3745
:root {
3846
--darkreader-background-ffffff: transparent !important;

0 commit comments

Comments
 (0)