File size: 639 Bytes
dc10124
 
 
 
 
 
 
518d519
 
 
24de9fe
518d519
f45132f
 
 
 
29a8219
a5e5a6d
2925d53
dc10124
 
 
 
 
 
 
24de9fe
 
 
 
 
 
b352bc9
45383c6
0d591a7
 
24de9fe
 
b8f7893
 
 
 
29a8219
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* 
light blue: #74c6f7
medium blue: #279af1
indigo: #5461cb

*/

.MuiToolbar-root {
  background-color: #5461cb !important;
  border-color: #5461cb !important;
}

.MuiToolbar-root .MuiButtonBase-root {
  color: #ffffff !important
}

.message {
  background-color: #74c6f7 !important
}

.MuiBox-root p {
  color: #279af1 !important;
}

.MuiBox-root p:first-child {
  color: #5461cb !important;
}

.MuiIconButton-edgeEnd {
  background-color: #279af1 !important
}

.MuiStack-root .markdown-body p {
  color: #5461cb !important;
}

#new-chat-button {
  background-color: #279af1 !important
}

#welcome-screen {
  color: #5461cb !important;
}