From ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Mar 2025 18:36:50 +0800 Subject: tmpl.go: Monospace input fields and consistent font sizes --- tmpl.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmpl.go') diff --git a/tmpl.go b/tmpl.go index 9d76b6f..c161fe2 100644 --- a/tmpl.go +++ b/tmpl.go @@ -86,6 +86,7 @@ func init() { p, summary { line-height: 1.2; + font-size: 1rem; } a { @@ -94,6 +95,8 @@ func init() { } input[type="text"] { + font-family: monospace; + font-size: 1rem; background-color: var(--lighter-box-background-color); width: 100%; padding: 0.5rem; @@ -134,7 +137,6 @@ func init() { } #solver_status { - font-size: 0.9rem; color: var(--light-text-color); margin-top: 1rem; } -- cgit v1.2.3