diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-24 03:08:33 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-24 03:08:55 -0700 |
commit | c5f001a4f47c63b5822dcdc0b57d49de70dfaa67 (patch) | |
tree | 1e6e4be4efceb051430034f1e1a0670cedbd6d12 /web/static/index.html | |
parent | 3473a93fbb19846453d901505a720c2ccacb08d7 (diff) | |
download | dartboat-c5f001a4f47c63b5822dcdc0b57d49de70dfaa67.tar.gz dartboat-c5f001a4f47c63b5822dcdc0b57d49de70dfaa67.tar.xz |
web: make active prompt more prominent
Diffstat (limited to 'web/static/index.html')
-rw-r--r-- | web/static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/index.html b/web/static/index.html index 0502644..e2aeb36 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -26,7 +26,7 @@ </div> </div> <div id="controls"> - <div id="prompt-container"> + <div id="prompt"> <div id="prompt-msg-l"></div> <div id="prompt-input"></div> <div id="prompt-msg-r"></div> |