You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/05/30 07:40:03 UTC

incubator-ponymail-site git commit: fix hover color

Repository: incubator-ponymail-site
Updated Branches:
  refs/heads/asf-site 9ced53c63 -> 3435b9ed1


fix hover color


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/3435b9ed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/3435b9ed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/3435b9ed

Branch: refs/heads/asf-site
Commit: 3435b9ed1d09fdec59a20c8dddc2a336de770537
Parents: 9ced53c
Author: humbedooh <hu...@apache.org>
Authored: Mon May 30 09:39:50 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Mon May 30 09:39:50 2016 +0200

----------------------------------------------------------------------
 content/css/default.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/3435b9ed/content/css/default.css
----------------------------------------------------------------------
diff --git a/content/css/default.css b/content/css/default.css
index 6ec159f..125df17 100644
--- a/content/css/default.css
+++ b/content/css/default.css
@@ -1614,7 +1614,7 @@ a {
 
 a:hover,a:focus {
     border-bottom-color: #35D7BB;
-    color: #dff9f4
+    color: #af6964
 }
 
 img {