File size: 995 Bytes
110d80a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body {{
    background-image: url("data:image/png;base64,{background}");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    }}

    p {{
    color: black;
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    font-size: 20px;
    
    }}

    header[data-testid = "stHeader"]{{background: rgba(255,255,255,0);}}
    button[data-testid = "baseButton-secondary"]{{width: 100%;}}
    div[data-testid = "stButton"] > button > div > p {{color: white; font-size: 15px;}}
    div[data-testid = "stApp"]{{background: None; color: black;}}
    div[id^=tabs-bui][id$=-tabpanel-0]{{padding: 20px; border-radius: 2rem; background: rgba(255,255,255,0.7);}}
    div[class = "react-json-view"]{{padding: 20px; border-radius: 2rem; background: rgba(255,255,255,0.7);}}
    div[data-testid = "stMarkdownContainer"] > p {{color: black; font-size: 15px; font-weight: bold;}}