File size: 493 Bytes
5653c9c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
/* style.css */
body {
    background-color: #0f0f0f;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gradio-container {
    max-width: 1000px;
    margin: auto;
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
}

.tab-wrap {
    background-color: #222;
}

button {
    background-color: #8e44ad !important;
    border: none !important;
    color: white !important;
}

button:hover {
    background-color: #9b59b6 !important;
}