Skip to content

Commit

Permalink
Update github.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrianotiger authored Dec 7, 2023
1 parent 5e03c8d commit a750ed6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions github.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ h3
text-shadow: 1px 1px 3px #000;
font-weight: bold;
}
input[type="button"]
{
background: #d1de59;
background-image: linear-gradient(to bottom, #d1de59, #ab7344);
border-radius: 14px;
box-shadow: 3px 4px 8px #666666;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn
{
background: #d1de59;
Expand Down

0 comments on commit a750ed6

Please sign in to comment.