diff options
author | Martin Wright <martin@mynameismartin.com> | 2014-06-11 11:25:36 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 12:58:33 +0100 |
commit | e26e0f90d44d4402313c3ea60e3d931c2fa0c2e4 (patch) | |
tree | bf6d16f65df9da3c04319ecd9b1e5637e986084d /assets/css | |
parent | dfd63006a07042f732b5a4172264430e4262a758 (diff) |
tweak button appearance
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/alaveteli-org.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/alaveteli-org.css b/assets/css/alaveteli-org.css index 66ad59f1b..3fe7155f0 100644 --- a/assets/css/alaveteli-org.css +++ b/assets/css/alaveteli-org.css @@ -18,7 +18,7 @@ width: auto; margin-bottom: 0; } } .hero .button:hover, .get-started .button:hover, .hero .button:active, .get-started .button:active, .hero .button:focus, .get-started .button:focus { - background-color: rgba(0, 0, 0, 0.2); + background-color: rgba(0, 0, 0, 0.1); border-color: rgba(0, 0, 0, 0.1); } .what-is-alaveteli__grid-unit, .features__grid-unit, .get-started__grid-unit { |