Skip to content

Commit dd1af34

Browse files
committed
fix(instructure): don't require nebula
1 parent cbe8a3b commit dd1af34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

websites/+instructure.com.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* transparency */
1+
/* canvas-transparency */
22
.ic-Dashboard-header,
33
.ic-Dashboard-header__layout,
44
#dashboard-planner-header,
@@ -24,16 +24,16 @@ header {
2424
transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
2525
}
2626

27-
/* sidebar legibility */
27+
/* canvas-sidebar */
2828
.navigation-tray-container {
29-
background: var(--natsumi-glass-background) !important;
29+
background: color-mix(in srgb, var(--natsumi-colors-secondary, color-mix(in srgb, #101010 30%, #202020 70%)) 60%, transparent) !important;
3030
border-radius: 16px !important;
3131
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
3232
backdrop-filter: blur(var(--glass-blur-radius, 10px));
3333
border: 1px solid rgba(200, 200, 200, 0.1) !important; /* Optional subtle border */
3434
}
3535

36-
/* darkreader */
36+
/* canvas-darkreader */
3737
:root {
3838
--darkreader-background-ffffff: transparent !important;
3939
}

0 commit comments

Comments
 (0)