chansung commited on
Commit
c6a4709
·
verified ·
1 Parent(s): 73a1fac

Update statics/styles.css

Browse files
Files changed (1) hide show
  1. statics/styles.css +7 -0
statics/styles.css CHANGED
@@ -44,4 +44,11 @@
44
  padding: 0px !important;
45
  margin: 0px !important;
46
  line-height: 1.7 !important;
 
 
 
 
 
 
 
47
  }
 
44
  padding: 0px !important;
45
  margin: 0px !important;
46
  line-height: 1.7 !important;
47
+ }
48
+
49
+ @media (prefers-color-scheme: dark) {
50
+ #adaptive-summary-accordion {
51
+ /* White-ish shadow for dark themes */
52
+ box-shadow: 5px 5px 10px rgba(245, 245, 245, 0.2); /* Or any other white-ish color you prefer */
53
+ }
54
  }