Skip to content

Commit e8727d0

Browse files
GeorgeSoryallishaduck
authored andcommitted
fix(instructure): dark reader
1 parent 94d4df7 commit e8727d0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

websites/+instructure.com.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ header {
2121
background-color: transparent !important;
2222
border: none !important;
2323
box-shadow: none !important;
24-
transition:
25-
background-color 0.5s ease-in-out,
26-
background 0.5s ease-in-out,
27-
border 0.5s ease-in-out,
28-
box-shadow 0.5s ease-in-out !important;
24+
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;
2925
}
3026

3127
/* sidebar legibility */
@@ -36,3 +32,8 @@ header {
3632
backdrop-filter: blur(var(--glass-blur-radius, 10px));
3733
border: 1px solid rgba(200, 200, 200, 0.1) !important; /* Optional subtle border */
3834
}
35+
36+
/* darkreader */
37+
:root {
38+
--darkreader-background-ffffff: transparent !important;
39+
}

0 commit comments

Comments
 (0)