aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2014-06-11 11:25:36 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-17 12:58:33 +0100
commite26e0f90d44d4402313c3ea60e3d931c2fa0c2e4 (patch)
treebf6d16f65df9da3c04319ecd9b1e5637e986084d
parentdfd63006a07042f732b5a4172264430e4262a758 (diff)
tweak button appearance
-rw-r--r--assets/css/alaveteli-org.css2
-rw-r--r--assets/sass/alaveteli-org.scss2
2 files changed, 2 insertions, 2 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 {
diff --git a/assets/sass/alaveteli-org.scss b/assets/sass/alaveteli-org.scss
index 7f7d129fb..a16fdf643 100644
--- a/assets/sass/alaveteli-org.scss
+++ b/assets/sass/alaveteli-org.scss
@@ -26,7 +26,7 @@ $high-dpi-screen: '-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi
&:hover,
&:active,
&: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);
}
}