Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Dec 16, 2019
1 parent fe5f5eb commit 7c56fb0
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions css/logo-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -470,20 +470,17 @@ body {
}

.greydout {
-moz-opacity: .065;
-webkit-opacity: 0.065;
opacity: 0.65;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
-webkit-transition: all .05s ease;
-moz-transition: all .05s ease;
-ms-transition: all .05s ease;
-o-transition: all .05s ease;
transition: all .05s ease;
}

.greydout:hover {
-webkit-opacity: 1;
-moz-opacity: 1;
opacity: 1;
-webkit-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
}

/* JupyterHub section on front page */
Expand Down

0 comments on commit 7c56fb0

Please sign in to comment.