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

added color transitions on hover

parent d5cc2c8c
Branches
No related tags found
1 merge request!56Front adjustments
......@@ -14,7 +14,7 @@
}
#header-home-link:hover {
color: #6E83F9;
color: #C2D1F9;
}
#header-restaurant-status {
......@@ -37,7 +37,7 @@
#header-button:hover {
cursor: pointer;
color: #6E83F9;
color: #C2D1F9;
}
@media only screen and (max-width: 600px) {
......
......@@ -36,10 +36,15 @@
font-weight: bold;
text-decoration: none;
white-space: nowrap;
transition: 0.3s;
}
.home-link-item + span {
transition: 0.3s;
}
.home-link-item:hover {
color: inherit;
color: #C2D1F9;
}
.home-link-item:hover + span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment