From 3432fefce25879bfe466861c25e082172219c9f8 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 2 Nov 2016 15:34:00 -0600 Subject: [PATCH] Example Update --- example/src/app.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/app.styl b/example/src/app.styl index 5ee629a..4d9875c 100644 --- a/example/src/app.styl +++ b/example/src/app.styl @@ -84,7 +84,7 @@ strong display:block padding: 10px margin: 5px - background: alpha(black, .7) + background: alpha(black, .4) color: white border-radius: 3px transition: all .2s ease-out