[mlpack-git] master: Change links to yellow, red on hover. (f38ec5f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Mar 27 20:40:15 EDT 2015


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

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

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

commit f38ec5f8431eea845df9cc0540dc8340fdfcf582
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sat Mar 28 00:39:41 2015 +0000

    Change links to yellow, red on hover.


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

f38ec5f8431eea845df9cc0540dc8340fdfcf582
 style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css
index bbbfee1..41c7528 100644
--- a/style.css
+++ b/style.css
@@ -18,7 +18,7 @@ body
 a,
 a:visited
 {
-   color: #bb2222;
+   color: #eab72c;
    text-decoration: none;
    font-weight: bold;
 }
@@ -26,7 +26,7 @@ a:visited
 a:hover,
 a:visited:hover
 {
-   color: #eab72c;
+   color: #bb2222;
    text-decoration: none;
    font-weight: bold;
 }



More information about the mlpack-git mailing list