Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
DevFalconsz committed Oct 13, 2023
1 parent 837f912 commit 4664863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/levels/nivel3/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,16 @@ body, p {margin: 0;}
display: inline;
cursor: pointer;
font-size: 0.7rem;
color: #ff0000;
background: #5e5e5e;
color: #ffffff;
background: #444444;
width: calc(33.3% - 1rem);
padding-inline: 0.5rem;
border: 1px solid #FFF;
border-radius: 1rem;
}
.painel_button:hover,
.painel_button:focus-visible {
background: #444;
background: #191919;
}

.mark {
Expand All @@ -103,5 +103,5 @@ body, p {margin: 0;}

.disable {
cursor: default;
background: #444;
background: #320000;
}

1 comment on commit 4664863

@vercel
Copy link

@vercel vercel bot commented on 4664863 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.