hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 15fe72ff1a242f96db813e527e7fec0138c5c1c0
parent 22c03753125d39cfa319677c8c041697068465e7
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 26 May 2018 12:09:16 -0500

Change <kbd> padding to be smaller.

Diffstat:
Mstatic/css/style.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/css/style.css b/static/css/style.css
@@ -37,8 +37,8 @@ pre code { background: none; }
 kbd {
   color: #fff;
   background: #700000;
-  padding: 5px;
-  border-radius: 5px;
+  padding: 3px;
+  border-radius: 3px;
 }
 
 /* misc elements */