helmfridsson commited on
Commit
3213c55
·
verified ·
1 Parent(s): 279ce8f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +23 -0
style.css CHANGED
@@ -1,3 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /* =====================================================
2
  BAS / RESET (kontrollerad)
3
  ===================================================== */
 
1
+ /* ===============================
2
+ Tvinga vit bakgrund i HF Spaces
3
+ =============================== */
4
+
5
+ html, body {
6
+ background: #ffffff !important;
7
+ }
8
+
9
+ /* Gradio root */
10
+ .gradio-container {
11
+ background: #ffffff !important;
12
+ }
13
+
14
+ }
15
+
16
+ /* HF wrapper runt appen */
17
+ #root,
18
+ #app,
19
+ .app,
20
+ main {
21
+ background: #ffffff !important;
22
+ }
23
+
24
  /* =====================================================
25
  BAS / RESET (kontrollerad)
26
  ===================================================== */