aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 18:36:50 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 18:36:50 +0800
commitae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f (patch)
tree3ad503e1986a289b7717549c2d6398058da82d98
parenttmpl.go: Capitalization and hyphenation of proof-of-work (diff)
downloadpowxy-ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f.tar.gz
powxy-ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f.tar.zst
powxy-ae07f0ba9eecfb8f88f9f6f863608f5cc5914c5f.zip
tmpl.go: Monospace input fields and consistent font sizes
-rw-r--r--tmpl.go4
1 files changed, 3 insertions, 1 deletions
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;
}