methodya commited on
Commit
d7a70cf
·
verified ·
1 Parent(s): 8d73186

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +18 -1
style.css CHANGED
@@ -1,8 +1,13 @@
1
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap");
2
 
3
  /* الأساسيات */
 
 
 
 
 
4
  .gradio-container {
5
- background: #f9fafb !important;
6
  font-family: "Noto Sans Arabic", sans-serif !important;
7
  }
8
 
@@ -14,6 +19,18 @@
14
  overflow: visible !important;
15
  }
16
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  /* العناوين */
18
  span.svelte-1gfkn6j {
19
  color: #5046e5 !important;
 
1
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap");
2
 
3
  /* الأساسيات */
4
+ body {
5
+ background: #ffffff !important;
6
+ color: #ffffff !important;
7
+ }
8
+
9
  .gradio-container {
10
+ background: #ffffff !important;
11
  font-family: "Noto Sans Arabic", sans-serif !important;
12
  }
13
 
 
19
  overflow: visible !important;
20
  }
21
 
22
+ /* تعطيل خلفية div.svelte-633qhp */
23
+ div.svelte-633qhp {
24
+ background: none !important;
25
+ display: flex;
26
+ flex-direction: inherit;
27
+ flex-wrap: wrap;
28
+ gap: var(--form-gap-width);
29
+ box-shadow: var(--block-shadow);
30
+ border: var(--block-border-width) solid var(--block-border-color);
31
+ border-radius: var(--block-radius);
32
+ }
33
+
34
  /* العناوين */
35
  span.svelte-1gfkn6j {
36
  color: #5046e5 !important;