diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |