Skip to content
Snippets Groups Projects
Commit c61f1968 authored by Aymeric Chaumont's avatar Aymeric Chaumont
Browse files

added hover color and transition in header

parent 24a18e91
No related branches found
No related tags found
1 merge request!56Front adjustments
Pipeline #44453 passed
......@@ -10,6 +10,11 @@
#header-home-link {
text-decoration: none;
color: inherit;
transition: 0.3s;
}
#header-home-link:hover {
color: #6E83F9;
}
#header-restaurant-status {
......@@ -27,10 +32,12 @@
#header-button {
height: 2rem;
width: 2rem;
transition: 0.3s;
}
#header-button:hover {
cursor: pointer;
color: #6E83F9;
}
@media only screen and (max-width: 600px) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment