From 740102fdce86068e4af419801d90bf652fe07803 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 13 Apr 2015 15:23:25 -0600 Subject: [PATCH] Reduce border radius of pre elements --- html/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/style.css b/html/css/style.css index 7e5cab6..e8abe7e 100644 --- a/html/css/style.css +++ b/html/css/style.css @@ -34,7 +34,7 @@ body > h1:first-child { .readme, pre { background-color: #FFDAA3; - border-radius: 2em; + border-radius: 0.5em; }