Skip to content

Commit

Permalink
added some hover transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sepsol committed Jun 10, 2020
1 parent 3ea4fdd commit 5ed15ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body {
box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
display: inline-block;
cursor: pointer;
transition: color 0.5s, background-color 0.5s;
}
.button:hover {
color: #222;
Expand All @@ -42,6 +43,7 @@ input, textarea {
color: #F2F2F2;
padding: 10px 16px;
outline: none;
transition: border 0.3s;
}
input:focus, textarea:focus {
border: 2px solid var(--primary);
Expand Down

0 comments on commit 5ed15ea

Please sign in to comment.