Commit:    3145cfccf8ba00d25b7a9d8e9a658beeb7786407
Author:    Peter Kokot <peterko...@gmail.com>         Thu, 18 Oct 2018 19:24:03 
+0200
Parents:   72d41647d22331119566f881240cc957dc451e57
Branches:  master

Link:       
http://git.php.net/?p=web/shared.git;a=commitdiff;h=3145cfccf8ba00d25b7a9d8e9a658beeb7786407

Log:
Make links in QA code sections more readable

This patch changes some colors for links used inside the dl elements.

Changed paths:
  M  styles/qa.css


Diff:
diff --git a/styles/qa.css b/styles/qa.css
index 65e660b..c1988bf 100644
--- a/styles/qa.css
+++ b/styles/qa.css
@@ -46,4 +46,17 @@ tbody td a {
   color: #000000 !important;
 }
 
+dl a,
+dl a:link,
+dl a:visited {
+  color: #6baae8;
+  text-decoration: none;
+  border: 0;
+}
+
+dl a:hover {
+  color: #693;
+  text-decoration: underline;
+}
+
 /* vim: set expandtab shiftwidth=2 softtabstop=2 tabstop=2 fdm=marker : */


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

Reply via email to