Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltsoukup committed Aug 20, 2024
1 parent e283422 commit b10e270
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions app/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,31 @@ body {
}

.button:hover {
background-color: #2c9383c2;
background-color: #639FC6;
color: white;
}
}

.button-login {
background-color: #ffffff;
border: 2px #ffffff;
border-radius: 5px;
color: #2D2D32;
cursor: pointer;
font-family: 'Familjen Grotesk', sans-serif;
font-size: 14px;
margin: 4px 4px 4px 4px;
}

.button-login:hover {
background-color: #dddddd;
color: #2D2D32;
border-color: #dddddd;
}

.nav-link{
color: white;
font-family: 'Familjen Grotesk', sans-serif;
font-size: 14px;
padding: 10px 15px;
margin-right: 20px;
}

0 comments on commit b10e270

Please sign in to comment.