diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-23 17:53:11 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-04-23 17:53:11 -0700 |
commit | d31b800c35595428790905b21b771bbc187488ab (patch) | |
tree | a79f14318c2472fca4c545374664b3c6e79101a8 /web/static/style.css | |
parent | 9b7110d2652a18377bdd09094704188399bef0f8 (diff) | |
download | dartboat-d31b800c35595428790905b21b771bbc187488ab.tar.gz dartboat-d31b800c35595428790905b21b771bbc187488ab.tar.xz |
web: fix undo state carrying over into next match
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index b644439..397d5f8 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -40,7 +40,7 @@ div#oi { visibility: hidden; background-color: #6c0d0d; - font-size: 2em; + font-size: 3em; height: 1.2em; width: 3ch; @@ -190,6 +190,8 @@ div.key.num { div.key.ok { grid-row-end: span 2; + + font-size: 2.5em; } div#settings-bar { |