This commit is contained in:
Vick Scarlet
2021-09-15 20:36:22 +08:00
parent 12b5d2d042
commit b1faf87dc0
4 changed files with 81 additions and 1 deletions

View File

@@ -266,6 +266,8 @@ ul#total li .achievementtitle,
overflow: scroll;
}
#save,
#load,
#themeToggleBtn {
padding: 0 0.7rem;
width: 6.5rem;
@@ -284,6 +286,17 @@ ul#total li .achievementtitle,
bottom: 0.5rem;
}
#save {
background-color:#007046;
color: white;
bottom: 6.5rem;
}
#load {
background-color: #fc5531;
color: white;
bottom: 3.5rem;
}
.head {
display: flex;
flex-direction: column;

View File

@@ -262,6 +262,8 @@ ul#total li .achievementtitle,
overflow: scroll;
}
#save,
#load,
#themeToggleBtn {
padding: 0 0.7rem;
width: 6.5rem;
@@ -280,6 +282,17 @@ ul#total li .achievementtitle,
bottom: 0.5rem;
}
#save {
background-color:#007046;
color: white;
bottom: 6.5rem;
}
#load {
background-color: #fc5531;
color: white;
bottom: 3.5rem;
}
.head {
display: flex;
flex-direction: column;