mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
small tweaks to the hover effect
This commit is contained in:
parent
8a44deac0f
commit
987a82d043
1 changed files with 5 additions and 5 deletions
10
docs/static/css/style.css
vendored
10
docs/static/css/style.css
vendored
|
@ -134,13 +134,13 @@ a, a:hover, a:focus {
|
||||||
.panel-body a:after {
|
.panel-body a:after {
|
||||||
display: block;
|
display: block;
|
||||||
content: "";
|
content: "";
|
||||||
height: 2px;
|
height: 1px;
|
||||||
width: 0%;
|
width: 0%;
|
||||||
background-color: #ff4088;
|
background-color: #ff4088;
|
||||||
-webkit-transition: width 0.3s ease;
|
-webkit-transition: width 0.5s ease;
|
||||||
-moz-transition: width 0.3s ease;
|
-moz-transition: width 0.5s ease;
|
||||||
-ms-transition: width 0.3s ease;
|
-ms-transition: width 0.5s ease;
|
||||||
transition: width 0.3s ease;
|
transition: width 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-body a:hover:after, .panel-body a:focus:after {
|
.panel-body a:hover:after, .panel-body a:focus:after {
|
||||||
|
|
Loading…
Reference in a new issue