Skip to content

Commit

Permalink
Update button style
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Aug 21, 2023
1 parent ced6c94 commit a956282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,12 @@
.actions {
position: absolute;
bottom: 1em;
right: 1em;
right: 1.6em;
}
.actions button {
background: rgba(0, 0, 0, .2);
border: 1px solid var(--dark);
padding: 5px 8px;
padding: .75rem;
font-size: inherit;
color: var(--light);
cursor: pointer;
Expand Down

0 comments on commit a956282

Please sign in to comment.