Spaces:
Runtime error
Runtime error
Upload theme.py
Browse files
theme.py
CHANGED
|
@@ -130,13 +130,6 @@ thead th{ background:var(--s2-gray-75)!important; font-weight:700!important; tex
|
|
| 130 |
letter-spacing:.04em; font-size:11.5px!important; color:var(--s2-gray-500)!important; }
|
| 131 |
tbody td{ border-color:var(--s2-gray-100)!important; }
|
| 132 |
|
| 133 |
-
/* AI output panel — the signature accent-framed surface */
|
| 134 |
-
.ai-panel{ background:#fff; border:2px solid var(--s2-accent)!important;
|
| 135 |
-
border-left:6px solid var(--s2-accent)!important; border-radius:12px!important;
|
| 136 |
-
padding:18px 22px!important; min-height:240px; max-height:560px; overflow-y:auto;
|
| 137 |
-
font-size:15px; line-height:1.55; box-shadow:0 2px 12px rgba(2,101,220,.10); }
|
| 138 |
-
.ai-panel:empty::after{ content:"AI output appears here"; color:#9a9a9a; }
|
| 139 |
-
|
| 140 |
/* Mono log boxes */
|
| 141 |
#detail-log textarea{ font-family:'Source Code Pro',monospace!important; font-size:12.5px!important; }
|
| 142 |
|
|
|
|
| 130 |
letter-spacing:.04em; font-size:11.5px!important; color:var(--s2-gray-500)!important; }
|
| 131 |
tbody td{ border-color:var(--s2-gray-100)!important; }
|
| 132 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
/* Mono log boxes */
|
| 134 |
#detail-log textarea{ font-family:'Source Code Pro',monospace!important; font-size:12.5px!important; }
|
| 135 |
|