[mlpack-git] master: Red on hover. (937f600)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Mar 27 17:17:05 EDT 2015


Repository : https://github.com/mlpack/mlpack.org

On branch  : master
Link       : https://github.com/mlpack/mlpack.org/compare/2c3eae9b1b2dcce628dcffbce713d6c61c7eadc6...ec30aa2e3fcd69e3fe8fd9b006bdcb033b3c8e8d

>---------------------------------------------------------------

commit 937f6008c1d227096a0af689b1bc7ae935101f59
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Mar 27 20:53:05 2015 +0000

    Red on hover.


>---------------------------------------------------------------

937f6008c1d227096a0af689b1bc7ae935101f59
 style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/style.css b/style.css
index 5d6192e..490e024 100644
--- a/style.css
+++ b/style.css
@@ -293,6 +293,11 @@ font.released
 {
   color: #eab72c;
 }
+.mlnavbar .mlnavitem a:hover,
+.mlnavbar .mlnavitem a:visited:hover
+{
+  color: #bb2222;
+}
 
 .mlnavbar .mlnavsel
 {



More information about the mlpack-git mailing list