Commit:    739060b26cec10e825b01dd3fb1a6646e866dc02
Author:    Arnaud Lemercier <[email protected]>         Sat, 22 Jul 2017 
00:54:10 +0200
Parents:   124ffb6eba63d4c44377d7f5c2116fc51cd53f41
Branches:  master

Link:       
http://git.php.net/?p=web/news.git;a=commitdiff;h=739060b26cec10e825b01dd3fb1a6646e866dc02

Log:
Change links colors and  dissociate not-readed links

Changed paths:
  M  style.css


Diff:
diff --git a/style.css b/style.css
index 163e9f7..c9d97f3 100644
--- a/style.css
+++ b/style.css
@@ -213,6 +213,17 @@ a.breadcrumbs-item-link{
        margin:auto;
        padding: 1.5rem;
 }
+.content a{
+       color :#369;
+}
+.content a:hover{
+       color: #AE508D;
+       border-color: #AE508D;
+       outline: 0;
+}
+.content a:visited{
+       color: #8895A2;
+}
 
 h1{
        font-weight: 500;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to