Spaces:
Running
Running
Improved white theme colors
Browse files- client/css/global.css +13 -14
client/css/global.css
CHANGED
@@ -10,21 +10,20 @@
|
|
10 |
font-family: var(--font-1);
|
11 |
}
|
12 |
|
13 |
-
.theme-light {
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
--accent: #3a3a3a;
|
22 |
-
--blur-bg: #f9f9f9;
|
23 |
-
--blur-border: #ebebeb;
|
24 |
-
--user-input: #333333;
|
25 |
-
--conversations: #555555;
|
26 |
-
}
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
|
29 |
.theme-dark {
|
30 |
--colour-1: #181818;
|
|
|
10 |
font-family: var(--font-1);
|
11 |
}
|
12 |
|
13 |
+
.theme-light {
|
14 |
+
--colour-1: #f5f5f5;
|
15 |
+
--colour-2: #000000;
|
16 |
+
--colour-3: #474747;
|
17 |
+
--colour-4: #949494;
|
18 |
+
--colour-5: #ebebeb;
|
19 |
+
--colour-6: #dadada;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
+
--accent: #3a3a3a;
|
22 |
+
--blur-bg: #ffffff;
|
23 |
+
--blur-border: #dbdbdb;
|
24 |
+
--user-input: #282828;
|
25 |
+
--conversations: #666666;
|
26 |
+
}
|
27 |
|
28 |
.theme-dark {
|
29 |
--colour-1: #181818;
|