Spaces:
Running on Zero
Running on Zero
Update css.py
Browse files
css.py
CHANGED
|
@@ -33,17 +33,25 @@ def get_css():
|
|
| 33 |
opacity: 0.8;
|
| 34 |
}
|
| 35 |
.description {
|
| 36 |
-
font-size: 0.
|
| 37 |
color: #94a3b8 !important;
|
| 38 |
opacity: 0.9;
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
}
|
| 43 |
.description a {
|
| 44 |
color: #34d399 !important;
|
| 45 |
text-decoration: underline;
|
| 46 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
/* === Column spacing === */
|
| 48 |
.main-row {
|
| 49 |
gap: 24px !important;
|
|
|
|
| 33 |
opacity: 0.8;
|
| 34 |
}
|
| 35 |
.description {
|
| 36 |
+
font-size: 0.75rem !important;
|
| 37 |
color: #94a3b8 !important;
|
| 38 |
opacity: 0.9;
|
| 39 |
+
margin: 0 auto 20px auto;
|
| 40 |
+
line-height: 1.6;
|
| 41 |
+
text-align: left !important;
|
| 42 |
+
padding: 15px 20px;
|
| 43 |
+
background: rgba(15, 23, 42, 0.5);
|
| 44 |
+
border-radius: 4px;
|
| 45 |
+
border-left: 2px solid #10b981;
|
| 46 |
}
|
| 47 |
.description a {
|
| 48 |
color: #34d399 !important;
|
| 49 |
text-decoration: underline;
|
| 50 |
}
|
| 51 |
+
.description p {
|
| 52 |
+
text-align: left !important;
|
| 53 |
+
margin: 0 !important;
|
| 54 |
+
}
|
| 55 |
/* === Column spacing === */
|
| 56 |
.main-row {
|
| 57 |
gap: 24px !important;
|