Commit: e4b1eed60a3924e941edcd51cc1b9b9d5d4d53cb Author: Arnaud Lemercier <[email protected]> Fri, 21 Jul 2017 23:56:18 +0200 Parents: 4d3325ce7ba98b219634b8f0b7dc1a83e8f675d1 Branches: master
Link: http://git.php.net/?p=web/news.git;a=commitdiff;h=e4b1eed60a3924e941edcd51cc1b9b9d5d4d53cb Log: just add an hover style on menu items Changed paths: M style.css Diff: diff --git a/style.css b/style.css index 5c26d17..7c6d8cc 100644 --- a/style.css +++ b/style.css @@ -166,6 +166,9 @@ a.header-menu-item-link{ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); line-height: 24px; } +a.header-menu-item-link:hover{ + color: #fff; +} .content{ background: #F2F2F2; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
