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
No related branches found
No related tags found
1 merge request!56Front adjustments
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
#header-home-link:hover { #header-home-link:hover {
color: #6E83F9; color: #C2D1F9;
} }
#header-restaurant-status { #header-restaurant-status {
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#header-button:hover { #header-button:hover {
cursor: pointer; cursor: pointer;
color: #6E83F9; color: #C2D1F9;
} }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
......
...@@ -36,10 +36,15 @@ ...@@ -36,10 +36,15 @@
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
transition: 0.3s;
}
.home-link-item + span {
transition: 0.3s;
} }
.home-link-item:hover { .home-link-item:hover {
color: inherit; color: #C2D1F9;
} }
.home-link-item:hover + span { .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