diff options
author | cyfraeviolae <cyfraeviolae> | 2022-02-26 02:15:54 -0500 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-02-26 02:15:54 -0500 |
commit | 1d1d53479c33e155182014d8e9c2c7598668a541 (patch) | |
tree | 998b075132d952ef39252990f4204ac2d0b62a55 /static | |
parent | d7683c7f82ff87171bf17192866f8a6a47185b14 (diff) |
fixes
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; |