mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-01 19:22:38 +00:00
small tweaks to the hover effect
This commit is contained in:
Vendored
+5
-5
@@ -134,13 +134,13 @@ a, a:hover, a:focus {
|
||||
.panel-body a:after {
|
||||
display: block;
|
||||
content: "";
|
||||
height: 2px;
|
||||
height: 1px;
|
||||
width: 0%;
|
||||
background-color: #ff4088;
|
||||
-webkit-transition: width 0.3s ease;
|
||||
-moz-transition: width 0.3s ease;
|
||||
-ms-transition: width 0.3s ease;
|
||||
transition: width 0.3s ease;
|
||||
-webkit-transition: width 0.5s ease;
|
||||
-moz-transition: width 0.5s ease;
|
||||
-ms-transition: width 0.5s ease;
|
||||
transition: width 0.5s ease;
|
||||
}
|
||||
|
||||
.panel-body a:hover:after, .panel-body a:focus:after {
|
||||
|
||||
Reference in New Issue
Block a user