Spaces:
Paused
Paused
Add border to plot legend (#81)
Browse files- content.py +3 -0
content.py
CHANGED
|
@@ -799,10 +799,13 @@ html {
|
|
| 799 |
min-height: 572px;
|
| 800 |
background-color: #fff;
|
| 801 |
padding: 24px 32px;
|
|
|
|
|
|
|
| 802 |
}
|
| 803 |
|
| 804 |
.dark .plot-legend-container {
|
| 805 |
background: rgba(250, 242, 233, 0.1);
|
|
|
|
| 806 |
}
|
| 807 |
|
| 808 |
#plot-legend-logo {
|
|
|
|
| 799 |
min-height: 572px;
|
| 800 |
background-color: #fff;
|
| 801 |
padding: 24px 32px;
|
| 802 |
+
border: 1px solid black;
|
| 803 |
+
border-radius: 4px;
|
| 804 |
}
|
| 805 |
|
| 806 |
.dark .plot-legend-container {
|
| 807 |
background: rgba(250, 242, 233, 0.1);
|
| 808 |
+
border-color: rgb(159, 234, 209);
|
| 809 |
}
|
| 810 |
|
| 811 |
#plot-legend-logo {
|