Spaces:
Runtime error
Runtime error
Isabel Gwara commited on
Commit ·
b601272
1
Parent(s): 6af1438
Update reader.py
Browse files
reader.py
CHANGED
|
@@ -83,7 +83,7 @@ def get_article(acc, most_imp_feat):
|
|
| 83 |
color: #000;
|
| 84 |
transition: all .2s ease-out 0s !important;
|
| 85 |
box-shadow: 0 10px #00AEAB !important;
|
| 86 |
-
border-radius: 10px;
|
| 87 |
}
|
| 88 |
.panel_button:hover {
|
| 89 |
box-shadow: 0 5px #00AEAB;
|
|
@@ -114,6 +114,9 @@ def get_article(acc, most_imp_feat):
|
|
| 114 |
line-height: .75;
|
| 115 |
margin: 10px 0;
|
| 116 |
}
|
|
|
|
|
|
|
|
|
|
| 117 |
input {
|
| 118 |
background-color: #efeffa !important;
|
| 119 |
}
|
|
|
|
| 83 |
color: #000;
|
| 84 |
transition: all .2s ease-out 0s !important;
|
| 85 |
box-shadow: 0 10px #00AEAB !important;
|
| 86 |
+
border-radius: 10px !important;
|
| 87 |
}
|
| 88 |
.panel_button:hover {
|
| 89 |
box-shadow: 0 5px #00AEAB;
|
|
|
|
| 114 |
line-height: .75;
|
| 115 |
margin: 10px 0;
|
| 116 |
}
|
| 117 |
+
.panel_header {
|
| 118 |
+
color: black !important;
|
| 119 |
+
}
|
| 120 |
input {
|
| 121 |
background-color: #efeffa !important;
|
| 122 |
}
|