Line 37: | Line 37: | ||
text-decoration: none; | text-decoration: none; | ||
font-family: 'Tajawal', sans-serif; | font-family: 'Tajawal', sans-serif; | ||
+ | cursor: pointer; | ||
+ | -o-transition:color .4s ease-out; | ||
+ | -ms-transition:color .4s ease-out; | ||
+ | -moz-transition:color .4s ease-out; | ||
+ | -webkit-transition:color .4s ease-out; | ||
+ | transition:color .4s ease-out; | ||
+ | } | ||
+ | |||
+ | .navbar a:hover { | ||
+ | color: #6DBBF7; | ||
} | } | ||
Revision as of 12:54, 23 May 2018