commit 49ad199b69e246a5183aaf6a294d369ba43ab537
parent d2d5f65258fe935200325e75ca9cca8a8a14347f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 5 Jan 2020 19:48:41 -0600
Juse follow native styles of inputs
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -1,11 +1,8 @@
body {
font-family: sans-serif;
}
-input[type=text], input[type=submit], textarea {
- appreance: none;
- border: 1px solid;
+input, textarea {
padding: 5px;
- border-radius: 0;
margin: 0.5em 0 1em 0;
}
textarea {