File size: 1,031 Bytes
744748f
 
0d16967
744748f
0d16967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744748f
0d16967
744748f
0d16967
 
 
744748f
0d16967
 
 
 
 
 
 
 
744748f
0d16967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744748f
 
0d16967
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

body {
    background: linear-gradient(135deg, #4B0082, #000000);
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    text-align: center;
}

h1 {
    color: #8A2BE2;
    font-size: 4rem;
}

p {
    color: #32CD32;
    font-size: 1.5rem;
}

input, button, .gr-input, .gr-button {
    background-color: #4B0082;
    color: white;
    border: 2px solid #32CD32;
    border-radius: 10px;
    font-size: 1rem;
    padding: 10px;
    margin: 10px 0;
}

input::placeholder {
    color: #8A2BE2;
}

button:hover, .gr-button:hover {
    background-color: #8A2BE2;
    border: 2px solid #4B0082;
}

.gr-markdown {
    color: #fff;
}

.gr-container {
    background: transparent;
}

.gr-box {
    border: none;
}

.gr-textbox, .gr-plot {
    border: 2px solid #8A2BE2;
    border-radius: 10px;
    background: #1C1C1C;
    padding: 10px;
}

.gr-plot canvas {
    border-radius: 10px;
}

footer {
    color: #8A2BE2;
    font-size: 1rem;
}