Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
820792a
1
Parent(s):
582844c
bugfix: fix minor bugs
Browse files- css/style.css +8 -3
css/style.css
CHANGED
@@ -1,13 +1,17 @@
|
|
1 |
#personal_report-button {
|
2 |
-
color: #
|
3 |
background: #f3b868 ;
|
4 |
border-radius: 8px ;
|
|
|
|
|
5 |
}
|
6 |
|
7 |
#completion_reward-button {
|
8 |
-
color: #
|
9 |
background: #f3b868 ;
|
10 |
border-radius: 8px ;
|
|
|
|
|
11 |
}
|
12 |
|
13 |
#player_avatar_container{
|
@@ -343,10 +347,11 @@ input[type="range"]::-ms-track {
|
|
343 |
}
|
344 |
|
345 |
.selected {
|
346 |
-
color: #
|
347 |
background: #f3b868 !important;
|
348 |
border: 2px solid #eb6584 !important;
|
349 |
border-radius: 8px !important;
|
|
|
350 |
}
|
351 |
|
352 |
#bot1 .message {
|
|
|
1 |
#personal_report-button {
|
2 |
+
color: #fff;
|
3 |
background: #f3b868 ;
|
4 |
border-radius: 8px ;
|
5 |
+
border: 2px solid transparent;
|
6 |
+
margin: 5px;
|
7 |
}
|
8 |
|
9 |
#completion_reward-button {
|
10 |
+
color: #fff;
|
11 |
background: #f3b868 ;
|
12 |
border-radius: 8px ;
|
13 |
+
border: 2px solid transparent;
|
14 |
+
margin: 5px;
|
15 |
}
|
16 |
|
17 |
#player_avatar_container{
|
|
|
347 |
}
|
348 |
|
349 |
.selected {
|
350 |
+
color: #eb6584 !important;
|
351 |
background: #f3b868 !important;
|
352 |
border: 2px solid #eb6584 !important;
|
353 |
border-radius: 8px !important;
|
354 |
+
margin: 5px;
|
355 |
}
|
356 |
|
357 |
#bot1 .message {
|