Spaces:
Sleeping
Sleeping
Commit ·
582844c
1
Parent(s): aaf1758
bugfix: fix minor bugs
Browse files- css/style.css +4 -0
css/style.css
CHANGED
|
@@ -1,9 +1,13 @@
|
|
| 1 |
#personal_report-button {
|
| 2 |
color: #eb6584;
|
|
|
|
|
|
|
| 3 |
}
|
| 4 |
|
| 5 |
#completion_reward-button {
|
| 6 |
color: #eb6584;
|
|
|
|
|
|
|
| 7 |
}
|
| 8 |
|
| 9 |
#player_avatar_container{
|
|
|
|
| 1 |
#personal_report-button {
|
| 2 |
color: #eb6584;
|
| 3 |
+
background: #f3b868 ;
|
| 4 |
+
border-radius: 8px ;
|
| 5 |
}
|
| 6 |
|
| 7 |
#completion_reward-button {
|
| 8 |
color: #eb6584;
|
| 9 |
+
background: #f3b868 ;
|
| 10 |
+
border-radius: 8px ;
|
| 11 |
}
|
| 12 |
|
| 13 |
#player_avatar_container{
|