From 8a694e1d23de574d51a1cbda9b2036502e573328 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 22 Mar 2018 15:48:29 -0400 Subject: - CSS: Add background, fix button style --- index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.less') diff --git a/index.less b/index.less index ac79cda..e1baf4a 100644 --- a/index.less +++ b/index.less @@ -76,7 +76,7 @@ pre { } .btn-Z(@color: #999){ - margin-top: 1em; + margin: .5em 0; color: white; background-color: @color; border-color: @color - #222; -- cgit 1.4.1