From 099d7c56d7ee5c580f400739e279a497dd8a1352 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 7 May 2014 16:04:59 -0400 Subject: [PATCH] Fix anchor color change to not apply to buttons --- static/css/quay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/quay.css b/static/css/quay.css index 370c7392f..e50a7189c 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1289,7 +1289,7 @@ i.toggle-icon:hover { min-height: 440px; } -.landing a { +.landing a:not(.btn) { color: #BEE1FF; }