derek-thomas HF staff commited on
Commit
91271ba
1 Parent(s): 57a603c

Fixing dark/light mode

Browse files
Files changed (1) hide show
  1. templates/template_html.j2 +4 -0
templates/template_html.j2 CHANGED
@@ -11,6 +11,10 @@
11
  font-family: "Source Sans Pro";
12
  }
13
 
 
 
 
 
14
  .dark {
15
  background: #111;
16
  color: white;
 
11
  font-family: "Source Sans Pro";
12
  }
13
 
14
+ .instructions > * {
15
+ color: #111 !important;
16
+ }
17
+
18
  .dark {
19
  background: #111;
20
  color: white;