Line 54: | Line 54: | ||
margin: 0; | margin: 0; | ||
cursor: pointer; | cursor: pointer; | ||
− | -o-transition:color .4s ease-out | + | -o-transition:color .4s ease-out; |
− | -ms-transition:color .4s ease-out | + | -ms-transition:color .4s ease-out; |
− | -moz-transition:color .4s ease-out | + | -moz-transition:color .4s ease-out; |
− | -webkit-transition:color .4s ease-out | + | -webkit-transition:color .4s ease-out; |
− | transition:color .4s ease-out | + | transition:color .4s ease-out; |
} | } | ||
.navbar a:hover, .dropdown:hover .dropbtn { | .navbar a:hover, .dropdown:hover .dropbtn { | ||
color: #6DBBF7; | color: #6DBBF7; | ||
− | |||
} | } | ||
Revision as of 12:53, 23 May 2018