navbar: don't transition the background colour
This commit is contained in:
parent
5c45d8637b
commit
c474616842
@ -80,21 +80,21 @@ hr.small {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
color: white;
|
color: #fff;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background-color: {{ site.hover-col | default: "#0085A1" }};
|
background-color: {{ site.hover-col | default: "#0085A1" }};
|
||||||
}
|
}
|
||||||
::selection {
|
::selection {
|
||||||
color: white;
|
color: #fff;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
background-color: {{ site.hover-col | default: "#0085A1" }};
|
background-color: {{ site.hover-col | default: "#0085A1" }};
|
||||||
}
|
}
|
||||||
img::selection {
|
img::selection {
|
||||||
color: white;
|
color: #fff;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
img::-moz-selection {
|
img::-moz-selection {
|
||||||
color: white;
|
color: #fff;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -129,9 +129,9 @@ img {
|
|||||||
background-image: url({{ site.navbar-img | relative_url }});
|
background-image: url({{ site.navbar-img | relative_url }});
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
|
-webkit-transition: padding .5s ease-in-out;
|
||||||
-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
|
-moz-transition: padding .5s ease-in-out;
|
||||||
transition: background .5s ease-in-out,padding .5s ease-in-out;
|
transition: padding .5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-custom,
|
.navbar-custom,
|
||||||
|
Loading…
Reference in New Issue
Block a user