Skip to content

Commit

Permalink
Merge pull request #168 from prakhar-1005/hover
Browse files Browse the repository at this point in the history
Added hover feature
  • Loading branch information
ItsRoy69 authored Feb 14, 2023
2 parents af159c9 + 0293e45 commit bb358d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/styles/plasmadonors.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@
outline: none;
color: #ffff;
background: #3029ff;
transition: 0.5s;
}

.search-field-button:hover{
background-color: transparent;
border: 2px solid #3029ff;
color: #3029ff;
}

/* SEARCH FIELD ENDS */
Expand Down

1 comment on commit bb358d0

@vercel
Copy link

@vercel vercel bot commented on bb358d0 Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-talk – ./

doc-talk-itsroy69.vercel.app
doc-talk69.vercel.app
doc-talk-git-main-itsroy69.vercel.app

Please sign in to comment.