Skip to content

Commit

Permalink
Changed button back
Browse files Browse the repository at this point in the history
  • Loading branch information
anonnerdfrenzy committed Sep 15, 2024
1 parent f76c8d9 commit af482d8
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -768,23 +768,8 @@ h4 {
}

#request-button {
padding: 10px 16px;
background-color: #f3f4f6;
color: #1f2937;
border: none;
border-radius: 4px;
font-size: 16px;
font-style: italic;
cursor: pointer;
transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#request-button:hover {
background-color: #e5e7eb;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#request-button:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.5);
font-size: 18px;
color: #888;
}

0 comments on commit af482d8

Please sign in to comment.