From dd57aea2617cd1f99303f0e7c99428e5875c3dc1 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Tue, 9 Nov 2021 21:10:05 +0100 Subject: [PATCH] design --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index dc5a256..4fa676f 100644 --- a/style.css +++ b/style.css @@ -32,8 +32,8 @@ body { .label { position: absolute; - /* background-color: tomato; */ - border: 1px solid currentColor; + background-color: rgba(250, 99, 72, 0.2); + /* border: 1px solid currentColor; */ box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); overflow: hidden; @@ -83,6 +83,7 @@ body { width: 100%; height: 100%; text-overflow: ellipsis; + white-space: pre; } .text-input {