ZhaohanM commited on
Commit
cb3f755
·
1 Parent(s): fe62576

Polish result and upload styling

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -1093,6 +1093,16 @@ h1{
1093
  border:1px dashed #94a3b8!important;
1094
  }
1095
 
 
 
 
 
 
 
 
 
 
 
1096
  #structure-file svg{
1097
  color:#2563eb!important;
1098
  }
@@ -1132,7 +1142,7 @@ h1{
1132
  min-width:34px;
1133
  height:24px;
1134
  border-radius:9999px;
1135
- background:#0f172a;
1136
  color:#fff !important;
1137
  font-size:12px;
1138
  font-weight:700;
 
1093
  border:1px dashed #94a3b8!important;
1094
  }
1095
 
1096
+ #structure-file,
1097
+ #structure-file .block,
1098
+ #structure-file .wrap,
1099
+ #structure-file label,
1100
+ #structure-file .float,
1101
+ #structure-file button .wrap,
1102
+ #structure-file button .icon-wrap{
1103
+ background:#ffffff!important;
1104
+ }
1105
+
1106
  #structure-file svg{
1107
  color:#2563eb!important;
1108
  }
 
1142
  min-width:34px;
1143
  height:24px;
1144
  border-radius:9999px;
1145
+ background:#10b981;
1146
  color:#fff !important;
1147
  font-size:12px;
1148
  font-weight:700;