fffiloni commited on
Commit
6eccf1d
1 Parent(s): eaaea23

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -0
style.css CHANGED
@@ -35,12 +35,24 @@ div#error_handler .openai_error {
35
  border: 1px solid #ffe4cb;
36
  }
37
 
 
 
 
 
 
 
38
  div#error_handler .openai_clear {
39
  color: #057857;
40
  background: #ecfdf5;
41
  border: 1px solid #d1fae5;
42
  }
43
 
 
 
 
 
 
 
44
  div#error_handler span {
45
  font-family: 'IBM Plex Mono';
46
  font-size: 0.8em;
 
35
  border: 1px solid #ffe4cb;
36
  }
37
 
38
+ .dark div#error_handler .openai_error {
39
+ color: #ff7900;
40
+ background: #1b1303;
41
+ border: 1px solid #2c1f13;
42
+ }
43
+
44
  div#error_handler .openai_clear {
45
  color: #057857;
46
  background: #ecfdf5;
47
  border: 1px solid #d1fae5;
48
  }
49
 
50
+ .dark div#error_handler .openai_clear {
51
+ color: #15b881;
52
+ background: #111827;
53
+ border: 1px solid #151c2e;
54
+ }
55
+
56
  div#error_handler span {
57
  font-family: 'IBM Plex Mono';
58
  font-size: 0.8em;