blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 66a83bfe07da1cc4e3a3ceeb00c2b0a71483b2aa
parent 1844abf5c9618777ada1705d1c9c105d07ce1df9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  5 Jan 2020 19:35:34 -0600

Give inputs a border

Diffstat:
Mlayouts/partials/css/custom.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -2,7 +2,7 @@ body {
     font-family: sans-serif;
 }
 input, textarea {
-    border: 0;
+    border: 1px solid;
     padding: 5px;
     border-radius: 0;
     margin: 0.5em 0 1em 0;