aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}
}