Spaces:
Sleeping
Sleeping
Commit ·
6963696
1
Parent(s): 70f0338
Fix notice li color: target .notice-list li directly with !important
Browse files
app.py
CHANGED
|
@@ -700,8 +700,8 @@ body:not(.dark) #custom-run-btn *{color:#ffffff!important;-webkit-text-fill-colo
|
|
| 700 |
.app-notice a{color:#47A3FF;text-decoration:none}
|
| 701 |
.app-notice a:hover{text-decoration:underline}
|
| 702 |
.notice-list{list-style:none;display:flex;flex-direction:column;gap:3px;margin:0;padding:0}
|
| 703 |
-
.notice-list li{padding-left:14px;position:relative;line-height:1.6}
|
| 704 |
-
.notice-list li::before{content:"·";position:absolute;left:0;color:#
|
| 705 |
|
| 706 |
.dark .app-shell{background:#18181b}
|
| 707 |
.dark .upload-prompt-modern{background:transparent}
|
|
|
|
| 700 |
.app-notice a{color:#47A3FF;text-decoration:none}
|
| 701 |
.app-notice a:hover{text-decoration:underline}
|
| 702 |
.notice-list{list-style:none;display:flex;flex-direction:column;gap:3px;margin:0;padding:0}
|
| 703 |
+
.notice-list li{padding-left:14px;position:relative;line-height:1.6;color:#d4d4d8!important}
|
| 704 |
+
.notice-list li::before{content:"·";position:absolute;left:0;color:#d4d4d8!important;font-weight:700}
|
| 705 |
|
| 706 |
.dark .app-shell{background:#18181b}
|
| 707 |
.dark .upload-prompt-modern{background:transparent}
|