From 6bbd8f60064f4548deaf2574540cb5b013240026 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Mon, 5 Aug 2019 21:09:27 +0000 Subject: [PATCH] Use correct style for the design --- data/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/style.css b/data/style.css index 4f8ff58e..7e3fa81d 100644 --- a/data/style.css +++ b/data/style.css @@ -7,8 +7,8 @@ .key { color: #deddda; background: #464448; - border-style: inset; - border-width: 0.5px; + border-style: solid; + border-width: 1px; border-color: #5e5c64; border-radius: 2px; }