ChinarQ-AI Uzaiir commited on
Commit
bd94abc
·
verified ·
1 Parent(s): 58aabbb

Updated CSS (#24)

Browse files

- Updated CSS (972863d8d281d8724d0641a9f05b74c2534c001a)


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

Files changed (1) hide show
  1. src/CSS/style.css +24 -10
src/CSS/style.css CHANGED
@@ -2,15 +2,6 @@
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
  }
@@ -43,7 +34,7 @@
43
  }
44
 
45
  h1 {
46
- color: aliceblue;
47
  display: flex;
48
  justify-content: center;
49
  font-weight: 100;
@@ -91,4 +82,27 @@ p, ol, ul, dl {
91
  font-weight: bold;
92
  margin-bottom: 10px;
93
  color: #333333;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  }
 
2
  background-color: #28a745;
3
  }
4
 
 
 
 
 
 
 
 
 
 
5
  .st-emotion-cache-12fmjuu {
6
  background-color: #28a745;
7
  }
 
34
  }
35
 
36
  h1 {
37
+ color: #000000;
38
  display: flex;
39
  justify-content: center;
40
  font-weight: 100;
 
82
  font-weight: bold;
83
  margin-bottom: 10px;
84
  color: #333333;
85
+ }
86
+
87
+ .st-emotion-cache-uf99v8 {
88
+ display: flex
89
+ ;
90
+ flex-direction: column;
91
+ width: 100%;
92
+ overflow: auto;
93
+ -webkit-box-align: center;
94
+ align-items: center;
95
+ background: #a0d5a0;
96
+ }
97
+
98
+ .st-emotion-cache-18ni7ap {
99
+ position: fixed;
100
+ top: 0px;
101
+ left: 0px;
102
+ right: 0px;
103
+ height: 2.875rem;
104
+ background: #a0d5a0;
105
+ outline: none;
106
+ z-index: 999990;
107
+ display: block;
108
  }