Spaces:
Running
Running
Update components/style.py
Browse files- components/style.py +18 -0
components/style.py
CHANGED
|
@@ -28,6 +28,24 @@ body {
|
|
| 28 |
box-shadow: 0 0 8px rgba(0,0,0,0.4);
|
| 29 |
}
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
.gr-markdown > div {
|
| 32 |
background: transparent !important;
|
| 33 |
}
|
|
|
|
| 28 |
box-shadow: 0 0 8px rgba(0,0,0,0.4);
|
| 29 |
}
|
| 30 |
|
| 31 |
+
#summary-header {
|
| 32 |
+
text-align: left;
|
| 33 |
+
font-size: 1.4rem;
|
| 34 |
+
font-weight: bold;
|
| 35 |
+
color: #f2f2f2;
|
| 36 |
+
margin-bottom: 10px;
|
| 37 |
+
}
|
| 38 |
+
|
| 39 |
+
.summary-box {
|
| 40 |
+
background-color: #1f1f1f;
|
| 41 |
+
padding: 16px;
|
| 42 |
+
border-radius: 12px;
|
| 43 |
+
border: 1px solid #444;
|
| 44 |
+
font-size: 1rem;
|
| 45 |
+
color: #e0e0e0;
|
| 46 |
+
line-height: 1.6;
|
| 47 |
+
}
|
| 48 |
+
|
| 49 |
.gr-markdown > div {
|
| 50 |
background: transparent !important;
|
| 51 |
}
|