diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:36:50 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 18:36:50 +0800 |
commit | ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f (patch) | |
tree | 3ad503e1986a289b7717549c2d6398058da82d98 | |
parent | tmpl.go: Capitalization and hyphenation of proof-of-work (diff) | |
download | powxy-ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f.tar.gz powxy-ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f.tar.zst powxy-ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f.zip |
tmpl.go: Monospace input fields and consistent font sizes
-rw-r--r-- | tmpl.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; } |