Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Draxox authored Oct 26, 2022
1 parent c1086c5 commit 3bd7aee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,12 @@ body{
border-image:linear-gradient(90deg,yellow,violet);
border-image-slice:1;
background:transparent;
transition: box-shadow .12s ease-in-out;
}
.btn:hover{

background-image:linear-gradient(yellow,red);
box-shadow:inset 0 0 0 .2rem #fff;
}

.btn:focus{
box-shadow:0 2px 5px black;
}
.btn:nth-child(14)
{
grid-column:2/4;
Expand Down

1 comment on commit 3bd7aee

@vercel
Copy link

@vercel vercel bot commented on 3bd7aee Oct 26, 2022

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.