Making WordPress.org

Ticket #6997: 6997.1.patch

File 6997.1.patch, 515 bytes (added by nidhidhandhukiya, 14 months ago)

According to me it's better to use the site primary color on hover so it looks consistant. I have applied the patch with their primary color.

  • wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    279279#menu li a:visited {
    280280        text-decoration: none;
    281281}
    282 
     282#menu li a:hover {
     283    color: #21759b!important;
     284}
    283285#menu .current-menu-item > a,
    284286#menu .current-menu-ancestor > a,
    285287#menu .current_page_item > a,