From 9e3e10edde6441c2193fb2036b2b19e86dc63cee Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 20 Jul 2020 17:29:13 +0100 Subject: [PATCH] style --- style.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {