Spaces:
Running
Running
Joshua Lochner
commited on
Commit
·
921fb1d
1
Parent(s):
8981122
Fix button colour on dark theme
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ def main():
|
|
| 177 |
color: inherit;
|
| 178 |
width: auto;
|
| 179 |
user-select: none;
|
| 180 |
-
background-color:
|
| 181 |
border: 1px solid rgba(49, 51, 63, 0.2);
|
| 182 |
}
|
| 183 |
.btn-link {
|
|
|
|
| 177 |
color: inherit;
|
| 178 |
width: auto;
|
| 179 |
user-select: none;
|
| 180 |
+
background-color: inherit;
|
| 181 |
border: 1px solid rgba(49, 51, 63, 0.2);
|
| 182 |
}
|
| 183 |
.btn-link {
|