Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
16b807e
1
Parent(s):
ed3be34
bugfix: fix minor bugs
Browse files- css/style.css +6 -6
css/style.css
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
#personal_report {
|
2 |
font-size: 1.5rem !important;
|
3 |
padding: 1.5vh !important;
|
4 |
}
|
5 |
|
6 |
-
#completion_reward {
|
7 |
font-size: 1.5rem !important;
|
8 |
padding: 1.5vh !important;
|
9 |
}
|
@@ -347,22 +347,22 @@ input[type="range"]::-ms-track {
|
|
347 |
border-radius: 8px !important;
|
348 |
}
|
349 |
|
350 |
-
|
351 |
background: rgba(255,255,255,0.4) !important;
|
352 |
border: None !important;
|
353 |
}
|
354 |
|
355 |
-
|
356 |
background: rgba(252, 208, 28, 0.4) !important;
|
357 |
border: None !important;
|
358 |
}
|
359 |
|
360 |
-
|
361 |
background: rgba(99, 162, 98, 0.4) !important;
|
362 |
border: None !important;
|
363 |
}
|
364 |
|
365 |
-
|
366 |
background: rgba(66, 130, 227, 0.4) !important;
|
367 |
border: None !important;
|
368 |
}
|
|
|
1 |
+
#personal_report-button {
|
2 |
font-size: 1.5rem !important;
|
3 |
padding: 1.5vh !important;
|
4 |
}
|
5 |
|
6 |
+
#completion_reward-button {
|
7 |
font-size: 1.5rem !important;
|
8 |
padding: 1.5vh !important;
|
9 |
}
|
|
|
347 |
border-radius: 8px !important;
|
348 |
}
|
349 |
|
350 |
+
#bot1 .message {
|
351 |
background: rgba(255,255,255,0.4) !important;
|
352 |
border: None !important;
|
353 |
}
|
354 |
|
355 |
+
#bot2 .message {
|
356 |
background: rgba(252, 208, 28, 0.4) !important;
|
357 |
border: None !important;
|
358 |
}
|
359 |
|
360 |
+
#bot3 .message {
|
361 |
background: rgba(99, 162, 98, 0.4) !important;
|
362 |
border: None !important;
|
363 |
}
|
364 |
|
365 |
+
#bot4 .message {
|
366 |
background: rgba(66, 130, 227, 0.4) !important;
|
367 |
border: None !important;
|
368 |
}
|