Skip to content

Commit

Permalink
handle css color errors a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jan 12, 2025
1 parent 66403b8 commit 5a2d2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Button {
background: rgba(200, 26, 29, 0.397);
background: rgb(255, 136, 0);
width: 100;
border-width: 5;
border-color: #0095a0;
border-radius: 30;
border-radius: 10;
}

0 comments on commit 5a2d2a9

Please sign in to comment.