From d31b800c35595428790905b21b771bbc187488ab Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Sat, 23 Apr 2022 17:53:11 -0700 Subject: web: fix undo state carrying over into next match --- web/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/static/style.css') 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 { -- cgit v1.2.3-70-g09d2