ChinarQ-AI Uzaiir commited on
Commit
90ec36a
·
verified ·
1 Parent(s): 3ea0a6e

Update src/CSS/style.css (#10)

Browse files

- Update src/CSS/style.css (cf50497b4ffedfb71bac68a982749cd3ba066a73)


Co-authored-by: Khan <[email protected]>

Files changed (1) hide show
  1. src/CSS/style.css +93 -84
src/CSS/style.css CHANGED
@@ -1,85 +1,94 @@
1
- .st-emotion-cache-bm2z3a{
2
- background-color: #28a745;
3
- }
4
-
5
- .st-emotion-cache-12fmjuu {
6
- background-color: #28a745;
7
- }
8
- .st-emotion-cache-6qob1r {
9
- background-color: #007bff
10
- }
11
-
12
- .st-emotion-cache-1iqhbn7 {
13
- background-color: #28a745;
14
- }
15
-
16
- .st-emotion-cache-1jfa4hj {
17
- background-color: #28a745;
18
- }
19
-
20
- .st-emotion-cache-taue2i {
21
- background-color: #007bff
22
- }
23
- .st-emotion-cache-n5r31u {
24
- border-radius: 25px;
25
-
26
- }
27
- .st-emotion-cache-n5r31u:hover {
28
- border-color: #28a745;
29
- color: #28a745;
30
- }
31
-
32
- .st-emotion-cache-1bps1dx:hover {
33
- background-color: #007bff
34
- }
35
-
36
- h1 {
37
- color: aliceblue;
38
- display: flex;
39
- justify-content: center;
40
- font-weight: 100;
41
- }
42
-
43
- .st-emotion-cache-1v6glgu > ul[role="listbox"]:not(:last-child) {
44
- background-color: #28a745;
45
- }
46
-
47
- .st-emotion-cache-1iqhbn7:hover {
48
- background-color: #28a745;
49
- }
50
-
51
- .st-cr {
52
- border: 1px solid #28a745;
53
- }
54
-
55
- p, ol, ul, dl {
56
- margin: 0px 0px 1rem;
57
- padding: 0px;
58
- font-size: 1 rem;
59
- font-weight: 400;
60
- color: rgb(0, 0, 0);
61
- }
62
-
63
-
64
-
65
-
66
- .st-emotion-cache-13ln4jf {
67
- width: 100%;
68
- padding: 2rem 1rem 10rem;
69
- max-width: 68rem;
70
- }
71
-
72
-
73
- .card {
74
- background-color: #f8f9fa;
75
- border-radius: 10px;
76
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
77
- padding: 20px;
78
- margin-bottom: 20px;
79
- }
80
- .response {
81
- font-size: 18px;
82
- font-weight: bold;
83
- margin-bottom: 10px;
84
- color: #333333;
 
 
 
 
 
 
 
 
 
85
  }
 
1
+ .st-emotion-cache-bm2z3a{
2
+ background-color: #28a745;
3
+ }
4
+
5
+ .st-emotion-cache-1eyfjps{
6
+ background-color: #28a745
7
+ }
8
+
9
+ .st-emotion-cache-jx6q2s{
10
+ background-color: #00000061
11
+ }
12
+
13
+
14
+ .st-emotion-cache-12fmjuu {
15
+ background-color: #28a745;
16
+ }
17
+ .st-emotion-cache-6qob1r {
18
+ background-color: #007bff
19
+ }
20
+
21
+ .st-emotion-cache-1iqhbn7 {
22
+ background-color: #28a745;
23
+ }
24
+
25
+ .st-emotion-cache-1jfa4hj {
26
+ background-color: #28a745;
27
+ }
28
+
29
+ .st-emotion-cache-taue2i {
30
+ background-color: #007bff
31
+ }
32
+ .st-emotion-cache-n5r31u {
33
+ border-radius: 25px;
34
+
35
+ }
36
+ .st-emotion-cache-n5r31u:hover {
37
+ border-color: #28a745;
38
+ color: #28a745;
39
+ }
40
+
41
+ .st-emotion-cache-1bps1dx:hover {
42
+ background-color: #007bff
43
+ }
44
+
45
+ h1 {
46
+ color: aliceblue;
47
+ display: flex;
48
+ justify-content: center;
49
+ font-weight: 100;
50
+ }
51
+
52
+ .st-emotion-cache-1v6glgu > ul[role="listbox"]:not(:last-child) {
53
+ background-color: #28a745;
54
+ }
55
+
56
+ .st-emotion-cache-1iqhbn7:hover {
57
+ background-color: #28a745;
58
+ }
59
+
60
+ .st-cr {
61
+ border: 1px solid #28a745;
62
+ }
63
+
64
+ p, ol, ul, dl {
65
+ margin: 0px 0px 1rem;
66
+ padding: 0px;
67
+ font-size: 1 rem;
68
+ font-weight: 400;
69
+ color: rgb(0, 0, 0);
70
+ }
71
+
72
+
73
+
74
+
75
+ .st-emotion-cache-13ln4jf {
76
+ width: 100%;
77
+ padding: 2rem 1rem 10rem;
78
+ max-width: 68rem;
79
+ }
80
+
81
+
82
+ .card {
83
+ background-color: #f8f9fa;
84
+ border-radius: 10px;
85
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
86
+ padding: 20px;
87
+ margin-bottom: 20px;
88
+ }
89
+ .response {
90
+ font-size: 18px;
91
+ font-weight: bold;
92
+ margin-bottom: 10px;
93
+ color: #333333;
94
  }