Skip to content

Commit

Permalink
done and dusted
Browse files Browse the repository at this point in the history
  • Loading branch information
pathirny committed Dec 21, 2023
1 parent 270ec91 commit 2063741
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions harvesthub/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -1189,11 +1189,17 @@ hr {
background-color: var(--brown-color);
cursor: pointer;
}

#home-button {
#user-button {
border-radius: 70%;
height: 9vw;
width: 10vw;
}
#home-button,
#user-button {
transition: 0.7s;
}
#home-button:hover {
#home-button:hover,
#user-button:hover {
cursor: pointer;
background-color: var(--brown-color);
}
Expand Down

0 comments on commit 2063741

Please sign in to comment.