From 1d1d53479c33e155182014d8e9c2c7598668a541 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 02:15:54 -0500 Subject: fixes --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index e0d93d8..b57c82a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -150,7 +150,7 @@ hr { } .keyboard { - border-top: 2px black solid; + border-top: 2px darkslategrey solid; padding-top:10px; padding-bottom:7px; background-color: #fdf3f3; @@ -159,7 +159,7 @@ hr { text-align: center; max-width: 40em; left: 26px; - touch-action: manipulation: + touch-action: manipulation; } .kbrow { margin-bottom: 5px; -- cgit v1.2.3