Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ body {
|
|
142 |
position: relative;
|
143 |
}
|
144 |
button, .button {
|
145 |
-
background-color: #
|
146 |
color: white;
|
147 |
border: none;
|
148 |
padding: 0.5rem 1rem;
|
@@ -153,7 +153,7 @@ button, .button {
|
|
153 |
line-height: 1.25rem;
|
154 |
}
|
155 |
button:hover, .button:hover {
|
156 |
-
background-color: #
|
157 |
}
|
158 |
.no-papers {
|
159 |
text-align: center;
|
|
|
142 |
position: relative;
|
143 |
}
|
144 |
button, .button {
|
145 |
+
background-color: #4a4a4a;
|
146 |
color: white;
|
147 |
border: none;
|
148 |
padding: 0.5rem 1rem;
|
|
|
153 |
line-height: 1.25rem;
|
154 |
}
|
155 |
button:hover, .button:hover {
|
156 |
+
background-color: #2d2d2d;
|
157 |
}
|
158 |
.no-papers {
|
159 |
text-align: center;
|