From c9f934b42e2aa8ac805e6a9bc9f8abd1fed82efe Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 29 Apr 2015 22:41:38 -0400 Subject: yeti: lighten link-hover-color --- yeti/bootstrap.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'yeti/bootstrap.css') diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css index f7e82ecb..f355282c 100644 --- a/yeti/bootstrap.css +++ b/yeti/bootstrap.css @@ -1104,7 +1104,7 @@ a { } a:hover, a:focus { - color: #00526e; + color: #008cba; text-decoration: underline; } a:focus { @@ -3330,7 +3330,7 @@ fieldset[disabled] .btn-link { } .btn-link:hover, .btn-link:focus { - color: #00526e; + color: #008cba; text-decoration: underline; background-color: transparent; } @@ -4645,7 +4645,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { - color: #00526e; + color: #008cba; background-color: #eeeeee; border-color: transparent; } -- cgit v1.2.3