Spaces:
Sleeping
Sleeping
Create custom.css
Browse files- custom.css +22 -0
custom.css
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body {
|
2 |
+
background-color: #121212;
|
3 |
+
color: #e0e0e0;
|
4 |
+
font-family: 'Segoe UI', sans-serif;
|
5 |
+
}
|
6 |
+
|
7 |
+
h1, p {
|
8 |
+
font-family: 'Orbitron', sans-serif;
|
9 |
+
}
|
10 |
+
|
11 |
+
button {
|
12 |
+
background-color: #00ffff !important;
|
13 |
+
color: black !important;
|
14 |
+
font-weight: bold;
|
15 |
+
border-radius: 10px !important;
|
16 |
+
}
|
17 |
+
|
18 |
+
textarea, input, .gr-textbox {
|
19 |
+
background: #1f1f1f !important;
|
20 |
+
color: #fff !important;
|
21 |
+
border-radius: 8px;
|
22 |
+
}
|