diff --git a/style.less b/style.less index d642f9f..83d4f0b 100644 --- a/style.less +++ b/style.less @@ -78,7 +78,9 @@ textarea { .background { background-color: @background; - box-shadow: 0 0 2em @background; + box-shadow: 0 0 1em @background; + padding: 0.25em; + border-radius: 0.5em; } .checkboxes label {