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

Updating text color to be same for dark/light

Browse files
Files changed (1) hide show
  1. templates/template_html.j2 +3 -3
templates/template_html.j2 CHANGED
@@ -21,7 +21,7 @@
21
  margin-top: 10px;
22
  background-color: #baecc2;
23
  border-radius: 6px;
24
- color: #111;
25
  max-width: 700px;
26
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
27
  }
@@ -32,7 +32,7 @@
32
  }
33
 
34
  .instructions {
35
- color: #111;
36
  background: #b7bdfd;
37
  display: block;
38
  border-radius: 6px;
@@ -43,7 +43,7 @@
43
  }
44
 
45
  .query {
46
- color: #111;
47
  background: #ffbcbc;
48
  display: block;
49
  border-radius: 6px;
 
21
  margin-top: 10px;
22
  background-color: #baecc2;
23
  border-radius: 6px;
24
+ color: #111 !important;
25
  max-width: 700px;
26
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
27
  }
 
32
  }
33
 
34
  .instructions {
35
+ color: #111 !important;
36
  background: #b7bdfd;
37
  display: block;
38
  border-radius: 6px;
 
43
  }
44
 
45
  .query {
46
+ color: #111 !important;
47
  background: #ffbcbc;
48
  display: block;
49
  border-radius: 6px;