From 1d1d53479c33e155182014d8e9c2c7598668a541 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 02:15:54 -0500 Subject: fixes --- index.html | 2 +- static/styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a32675b..5d96d91 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,6 @@
I
O
P
-
A
@@ -82,6 +81,7 @@
J
K
L
+
Z
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