Skip to content

Commit

Permalink
Merge pull request #1079 from tronbeing3030/main
Browse files Browse the repository at this point in the history
Added UI functionality to 'Go to Team' and 'Go to Contact' buttons in nav.css file (by miss).
  • Loading branch information
vimistify authored Oct 30, 2024
2 parents df607a1 + 30fa103 commit 814418f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,20 @@ body {
color: white;
}

.button{
text-decoration: none;
background-color: black;
padding: 10px;
border-radius: .5em;
color: orange;
}

.button:hover{
background-color: #ea9700;
color: #161616;
transition: 100ms ease-in-out;
}

.chatbot-container {
position: fixed;
transition: right 0.3s ease;
Expand Down

0 comments on commit 814418f

Please sign in to comment.