Line 53: | Line 53: | ||
font-family: inherit; | font-family: inherit; | ||
margin: 0; | margin: 0; | ||
+ | -o-transition:color .2s ease-out, background 2s ease-in; | ||
+ | -ms-transition:color .2s ease-out, background 2s ease-in; | ||
+ | -moz-transition:color .2s ease-out, background 2s ease-in; | ||
+ | -webkit-transition:color .2s ease-out, background 2s ease-in; | ||
+ | /* ...and now for the proper property */ | ||
+ | transition:color .2s ease-out, background 2s ease-in; | ||
} | } | ||
.navbar a:hover, .dropdown:hover .dropbtn { | .navbar a:hover, .dropdown:hover .dropbtn { | ||
− | color: | + | color: #6DBBF7; |
+ | background-color: #FAFAFA; | ||
} | } | ||
Line 76: | Line 83: | ||
text-align: left; | text-align: left; | ||
position: absolute; | position: absolute; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 12:50, 23 May 2018